블로그
- 라즈베리파이에서 DHT 온습도 센서 사용하기 (ERROR: Failed building wheel for Adafruit-Python-DHT 해결 방법) 최근 ERROR: Failed building wheel for Adafruit-Python-DHT 문구와 함께 라이브러리가 설치되지 않는 문제가 확인되었습니다.
-
라즈베리파이에서 DHT 온습도 센서 사용하기 (ERROR: Failed building wheel for Adafruit-Python-DHT 해결 방법)
최근 ERROR: Failed building wheel for Adafruit-Python-DHT 문구와 함께 라이브러리가 설치되지 않는 문제가 확인되었습니다.
- 로봇 강아지 - 비틀 safe number for overseas delivery. Play with Bittle for Fun C++, Python & Scratch-like Block Coding Highly Extensible with Raspberry
- Anaconda 환경에서 numpy의 모듈 에러 시 Python.Runtime.PythonException: ' IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE! This error can happen for many reasons, often due to issues with your setup or how NumPy was installed
- ubuntu python 우선순위 변경 python version 체크 $ python -V 우분투 설치하고 처음에는 ptython2 로 기본으로 되어있을 거임 python 위치 체크 $ which python python 만약에 이런 에러가 나왔다면, update-alternatives: error: no alternatives for python 아래 명령어로 해주기 $ sudo update-alternatives
- WordReminder 단어장 생성 모듈 for Python 안녕하세요, static입니다. 이번에 파이썬으로 간단한 스크립트를 하나 만들었는데, 여러분들께서도 유용하게 활용하실 수 있을 것 같아 공유하게 되었습니다. 개발한 스크립트는 제목에서도 알 수 있듯이 WordReminder 단어장 생성 모듈입니다. WordReminder 단어장 형식은
- [메모] 머신러닝 책들 O Machine Learning 설명을 Python Library 이용하며 한 책 (1) Pandas 만든 Wes Mckinney 가 쓴 Python for Data Analysis
- [링크] 이계식 교수 (한경대) 머신러닝 딥러닝 파이썬 강의 자료 아래 (1), (2), (3) 책으로 강의를 하셨다. (1) Pandas 만든 Wes Mckinney 가 쓴 Python for Data Analysis 책 (번역서 명: 파이썬 라이브러리를
- [프로그래머스] 체육복 참조: https://programmers.co.kr/learn/courses/30/lessons/42862 * python 코드 def solution(n, lost, reserve 각 집합 별로 차집합 생성 가능 ''' set_reserve = set(reserve) - set(lost); set_lost = set(lost) - set(reserve); for
- Python 시작.. InstallationPython version : $ python --version Environment : MacOS(14.0.3) pip version: $ python -m wheel pip install opencv-python ModuleNotFoundError.......