You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a setup where I don't have access to the internet on the compute node (where GPU is available) hence can't install using the easy API. I tried the local development option, cloned the repo on my login where there is internet but no GPU, and installed all required packages.
However, with pip install -e . on the compute node, I run into installation issues with non-writable directory[Errno 30] Read-only file system: '/path/to/.local/lib'. I solved this by installing to a writable directory using pip install -e . --prefix=/path/to/writable/directory. featup-0.1.2 was successfully installed, however I can't import it anywhere else outside the FeatUp directory.
Any suggestions to solve this would go a long way. Thanks!
The text was updated successfully, but these errors were encountered:
Hi, thanks for the great work!
I have a setup where I don't have access to the internet on the compute node (where GPU is available) hence can't install using the easy API. I tried the local development option, cloned the repo on my login where there is internet but no GPU, and installed all required packages.
However, with
pip install -e .
on the compute node, I run into installation issues with non-writable directory[Errno 30] Read-only file system: '/path/to/.local/lib'
. I solved this by installing to a writable directory usingpip install -e . --prefix=/path/to/writable/directory
. featup-0.1.2 was successfully installed, however I can't import it anywhere else outside the FeatUp directory.Any suggestions to solve this would go a long way. Thanks!
The text was updated successfully, but these errors were encountered: