일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- pmf
- product
- 데이터분석
- OKR
- 자연어처리
- 딥러닝
- Market
- 인공지능
- 데이콘
- ERD
- 모델링
- dl
- 시각화
- nlp
- 언어지능딥러닝
- DACON
- 머신러닝
- omtm
- fit
- 데이터시각화
- 파인튜닝
- 태블로
- 컴퓨터비전
- 그로스해킹
- Computer Vision
- productmarketfit
- tableau
- 데이터모델링
- Today
- Total
목록공부/error (10)
블로그
에러 내용을 잘 살펴보면 import tty 코드가 들어있는 파일을 발견할 수 있다.들어가보면 import sysimport ttyimport termios요렇게 세 줄이 있는 것을 확인할 수 있는데 이를 모두 주석 처리하고import msvcrt얘를 추가해주고 코드를 수정해주면 되는데 그 내용은 밑에 블로그에서 확인하자.., > 참고 블로그https://altongmon.tistory.com/703 Windows 에서 OpenAI GYM 사용 시 import termios 에러 해결 방법공감 및 댓글은 포스팅 하는데 아주아주 큰 힘이 됩니다!!포스팅 내용이 찾아주신 분들께 도움이 되길 바라며더 깔끔하고 좋은 포스팅을 만들어 나가겠습니다^^ 딥러닝을 공부하고 있는데요.유altongmon.tistory...
daphne나 uvicorn으로 서버를 돌릴 때 404 에러가 발생하는 이유는 ASGI 서버가 static 파일을 제공하는 방식과 관련이 있을 가능성이 큽니다. Django의 runserver는 개발용으로 설계된 서버로, static 파일을 직접 제공하지만, daphne나 uvicorn은 그렇지 않습니다. 이러한 ASGI 서버는 static 파일을 제공하기 위해 추가적인 설정이 필요합니다.이를 해결하기 위한 방법은 두 가지입니다:WhiteNoise 라이브러리를 사용하여 static 파일 서빙: WhiteNoise는 Django 애플리케이션에서 static 파일을 제공하기 쉽게 만들어줍니다.
https://stackoverflow.com/questions/78097861/how-to-solve-runtimeerror-couldnt-find-appropriate-backend-to-handle-uri-in-py How to solve RuntimeError: Couldn't find appropriate backend to handle uri in pythonI want to work with audiofiles in pytorch. If I try running this line: metadata = torchaudio.info(SAMPLE_WAV_PATH) i get the error message RuntimeError: Couldn't find appropriate backend to ..
(ppg-speech) C:\Users\User\KtAivle\BigProject\fac-via-ppg\apexpip install -v --disable-pip-version-check --no-cache-dir ./ Using pip 24.0 from C:\Users\User\anaconda3\envs\ppg-speech\lib\site-packages\pip (python 3.9) Processing c:\users\user\ktaivle\bigproject\fac-via-ppg\apex Running command pip subprocess to install build dependencies Collecting setuptools Using cached setuptools-70...
pip install hydra-core
pip install lm_eval https://github.com/EleutherAI/lm-evaluation-harness/issues/1826
https://github.com/NVIDIA/NeMo/issues/6298nemo_toolkit[all]) (0.9.1) Building wheels for collected packages: fasttext Building wheel for fas..." data-og-host="github.com" data-og-source-url="https://github.com/NVIDIA/NeMo/issues/6298" data-og-url="https://github.com/NVIDIA/NeMo/issues/6298" data-og-image="https://scrap.kakaocdn.net/dn/mkKMj/hyWvVg0Pcp/BClK3dkE7ltBAYRMet1lP0/img.png?width=1200&he..
numpy와 torch 버전이 안맞는 에러래서 열심히 numpy와 torch를 재설치 했는데도 안됐다블로그들 찾아보다가 numpy를 1.24.2 버전으로 업데이트 하고 에러가 안났다는 예전 블로그를 찾았다 !!2.0.0 버전에서 1.24.2 버전으로 다운그레이드 하니까 잘 작동했다 굿굿 > 참고 블로그https://sofar-sogood.tistory.com/entry/Python-%EC%97%90%EB%9F%AC-ImportError-numpycoremultiarray-failed-to-import [Python 에러] ImportError: numpy.core.multiarray failed to import에러 ImportError: numpy.core.multiarray failed to imp..