Text2NeRF icon indicating copy to clipboard operation
Text2NeRF copied to clipboard

Failing to install requirements

Open MiriamFarber opened this issue 1 year ago • 4 comments

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?

MiriamFarber avatar Feb 20 '24 20:02 MiriamFarber

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

briannlongzhao avatar Feb 25 '24 06:02 briannlongzhao

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

yetiiil avatar Mar 18 '24 16:03 yetiiil

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

snowwhitewings avatar Mar 31 '24 07:03 snowwhitewings

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

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

manxw avatar Apr 05 '24 12:04 manxw