-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
라이브러리 설치가 되지 않습니다. #24
Comments
안녕하세요. 현재 프로젝트 파일에 이 경우 외에 다른 문제가 발생 하신다면 이슈에 커멘트를 남겨주시면 감사하겠습니다. |
실습 프로젝트 파일에 requirements.txt 가 있는 것을 확인했습니다. 다시 프로젝트도 받아 봤고 디렉토리도 이동해봤지만 안되더군요. 그래서 requirements.txt 파일에 있는 라이브러리들을 pip install 을 이용하여 하나하나 설치했습니다. 그 후 프로젝트 파일로 이동 후 주피터 노트북을 실행하여 tf.keras.layers를 실행하였는데 ModuleNotFoundError 에러가 뜨며 실행이 되지 않습니다. 분명 텐서플로, 사이킷런 등 설치해야 할 라이브러리들이 모두 설치된걸 확인했습니다만 이런 문제가 발생하네요 |
@roading12 |
에러는 아주 간단한 곳에 있습니다 Zip화일 압축풀기를 하실때 zip 폴더를 이중으로 생성하기 때문에 zip폴더를 한개 삭제 하시면 위 에러가 해결 됩니다 zip 를 풀면 폴더가 두개 생깁니다. G:\NFT\bulk-upload-to-opensea-main>bulk-upload-to-opensea-main 이걸 확인 안하고 pip를 실행하면 디랙토리를 못 찾는다는 에러가 당연히 생기지요 |
실습 프로젝트 파일을 내려받아 라이브러리 설치를 위해 pip install -r requirements.txt 명령어를 실행하였는데
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'란 문장이 뜨며 설치가 되지 않습니다.
conda install python=3.6을 실행해도 똑같은 문장이 뜨며 설치가 되지 않습니다.
The text was updated successfully, but these errors were encountered: