Failing to install requirements
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?
I think if you create the environment from enviroment.yml then you don't need to run pip install.
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
Hello, I also encountered the same problem. How did you solve it?
In the requirements.txt, I put "#" (comment it) in front of any thing start from "@ file:"
for example, requests #@ file:///croot/requests_1678709721434/work