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

install error #35

Open
guoliangchao opened this issue Oct 17, 2024 · 2 comments
Open

install error #35

guoliangchao opened this issue Oct 17, 2024 · 2 comments

Comments

@guoliangchao
Copy link

Hi,when I tried to install with pip install-e ., I was prompted with an error: File "setup.py" not found. I think this file was used to perform the installation. However, there is no such file in the warehouse. Does anyone know what's going on?

@rpautrat
Copy link
Member

Hi, can you try without the editable option, i.e. with: pip install .?

@guoliangchao
Copy link
Author

Hi, can you try without the editable option, i.e. with: pip install .?

Hello, thank you very much for replying to me. I followed the online tutorial and first executed pip install --upgrade pip to stop reporting this error. While this method works in virtual environments built in python, I still get an error when I use it in the conda virtual environment. I don't know why.

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

2 participants