Skip to content
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

Open
roading12 opened this issue Oct 6, 2019 · 4 comments
Open

라이브러리 설치가 되지 않습니다. #24

roading12 opened this issue Oct 6, 2019 · 4 comments

Comments

@roading12
Copy link

실습 프로젝트 파일을 내려받아 라이브러리 설치를 위해 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을 실행해도 똑같은 문장이 뜨며 설치가 되지 않습니다.

@Taekyoon
Copy link
Contributor

Taekyoon commented Oct 8, 2019

안녕하세요.

현재 프로젝트 파일에 pip install -r requirements.txt를 실행하는데 requirements.txt파일이 없어서 생긴 문제입니다. 위 명령어 실행을 하는데 requirements.txt가 있는지 확인해주시길 바랍니다. 만약에 없는 경우에는 본 파일이 있는 디렉토리 위치에서 실행하거나 github에서 다시 프로젝트를 받아 실행해 보시길 바랍니다.

이 경우 외에 다른 문제가 발생 하신다면 이슈에 커멘트를 남겨주시면 감사하겠습니다.

@roading12
Copy link
Author

실습 프로젝트 파일에 requirements.txt 가 있는 것을 확인했습니다. 다시 프로젝트도 받아 봤고 디렉토리도 이동해봤지만 안되더군요. 그래서 requirements.txt 파일에 있는 라이브러리들을 pip install 을 이용하여 하나하나 설치했습니다. 그 후 프로젝트 파일로 이동 후 주피터 노트북을 실행하여 tf.keras.layers를 실행하였는데 ModuleNotFoundError 에러가 뜨며 실행이 되지 않습니다. 분명 텐서플로, 사이킷런 등 설치해야 할 라이브러리들이 모두 설치된걸 확인했습니다만 이런 문제가 발생하네요

@Taekyoon
Copy link
Contributor

Taekyoon commented Oct 8, 2021

@roading12
2년전에 질문을 드렸지만 늦은 답변을 드려서 죄송합니다.
짐작에 pip 설치할때 python 환경과 실행한 환경의 python이 달라서 생긴 문제인 듯 합니다.
명령어로 which python으로 실제 동작하는 python 명령어 경로를 확인하시고 conda 환경을 생성하신 경우 activate {환경명}을 하시고 python을 실행해보시면 좋을 것 같습니다.

@maducokr
Copy link

maducokr commented Sep 8, 2022

에러는 아주 간단한 곳에 있습니다 Zip화일 압축풀기를 하실때 zip 폴더를 이중으로 생성하기 때문에 zip폴더를 한개 삭제 하시면 위 에러가 해결 됩니다 zip 를 풀면 폴더가 두개 생깁니다. G:\NFT\bulk-upload-to-opensea-main>bulk-upload-to-opensea-main 이걸 확인 안하고 pip를 실행하면 디랙토리를 못 찾는다는 에러가 당연히 생기지요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants