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

Installing featup without direct internet access #55

Open
danielajisafe opened this issue May 4, 2024 · 0 comments
Open

Installing featup without direct internet access #55

danielajisafe opened this issue May 4, 2024 · 0 comments

Comments

@danielajisafe
Copy link

danielajisafe commented May 4, 2024

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 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!

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

1 participant