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

Failing to install requirements #6

Open
MiriamFarber opened this issue Feb 20, 2024 · 4 comments
Open

Failing to install requirements #6

MiriamFarber opened this issue Feb 20, 2024 · 4 comments

Comments

@MiriamFarber
Copy link

I noticed that you have in your requirements.txt file some lines that are not packages but rather have a different format, e.g:

boltons @ file:///croot/boltons_1677628692245/work
Brotli @ file:///tmp/abs_ecyw11_7ze/croots/recipe/brotli-split_1659616059936/work

When trying to run pip install on them it fails with errors like:
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: '/croot/boltons_1677628692245/work'

Any idea how to resolve this?

@briannlongzhao
Copy link

I think if you create the environment from enviroment.yml then you don't need to run pip install.

@yetiiil
Copy link

yetiiil commented Mar 18, 2024

I think if you create the environment from enviroment.yml then you don't need to run pip install.

Even the first step seems to be not working

@snowwhitewings
Copy link

Hello, I also encountered the same problem. How did you solve it?

@manxw
Copy link

manxw commented Apr 5, 2024

In the requirements.txt, I put "#" (comment it) in front of any thing start from "@ file:"

for example,
requests #@ file:///croot/requests_1678709721434/work

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

5 participants