목록프로그램 언어 (23)
박가방
1. 문제 설치는 되어있으나 no module named speech_recognition 오류 발생 pip install SpeechRecognition - 참고로 얘만 파스칼케이스다 2. 해결 conda prompt 창에 pip3 install --upgrade speechrecognition 적고 다시 jupyter lab 실행하니까 해결

1.스펙 rtx 2070 notebook 2. cuda_11.2 설치 3. graphic driver 설치 4.1 cudnn-11.2-windows-x64-v8.1.0.77 설치후 bin lib include -> cuda 폴더로 복사 붙여넣기 4.2 환경 변수 경로 설정 5. 가상환경 만들기 pip install torch==1.7.1+cu110 torchvision==0.8.2+cu110 -f https://download.pytorch.org/whl/torch_stable.html 6. cuda 버전에 맞는 torch 설치 7. 가상환경 만들기 python -m ipykernel install --user --name 가상환경이름 --display-name 가상환경이름 8. Jupyter lab 실..
No moduled name attr 오류 attr 또는 attrs 를 지우고 설치해도 안된다. pip install jupyterlab 왜 안나오나 했더니.. 설치할 때는 jupyterlab 사용할 때는 jupyter lab 공백의 차이였다. 이걸로 2시간을... jupyter lab으로도 왜 설치가 되는진 모르겠다..

pip install -r requirements.txt 실행 시 다음과 같은 @file ~~~ 로 인해 오류가 발생함. 양이 상당하여, 일일히 지우기에는 시간이 상당히 걸리므로 pip list pip list --format=freeze > requirements.txt 이후 pip install -r requirements.txt 설치하면 @file~~ 경로도 다 사라지고, 설치도 문제없이 잘됨
1. 문제 anaconda prompt를 켜서, conda install - anaconda tensorflow-gpu -y 입력시 Conda SSLError: OpenSSL appears to be unavailable on this machine. OpenSSL is required to download and install packages. 오류 발생 2. 해결방법 관리자 권한으로 anaconda prompt 실행 둘 중 하나 실행 후, 다시 코드 작성해보기 2.1 conda config --set ssl_verify False 2.2 conda config --set ssl_verify no 2.3 내가 해결한 방법 이것은 .dll 오류 때문입니다. anaconda anaconda3>Library..

오류) ERROR: Exception: Traceback (most recent call last): File "C:\Users\User\anaconda3\lib\site-packages\pip\_vendor\urllib3\response.py", line 435, in _error_catcher yield File "C:\Users\User\anaconda3\lib\site-packages\pip\_vendor\urllib3\response.py", line 516, in read data = self._fp.read(amt) if not fp_closed else b"" File "C:\Users\User\anaconda3\lib\site-packages\pip\_vendor\cachecontrol\..