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

Install f90wrap without pip because there is no network in the cluster and it is under a personal account? #224

Open
ctxu-NWPU opened this issue Aug 29, 2024 · 3 comments

Comments

@ctxu-NWPU
Copy link

Can i install f90wrap without pip because there is no network in the cluster and it is under a personal account? I need to install QUIP and run LAMMPS for molecular dynamics simulation. @jameskermode

@jameskermode
Copy link
Owner

Yes, just download either the source tar ball or the relevant .whl file from PyPI and copy it over to the machine then install with pip locally.

@ctxu-NWPU
Copy link
Author

Yes, just download either the source tar ball or the relevant .whl file from PyPI and copy it over to the machine then install with pip locally.

@jameskermode sorry, i cannot fully understand the method. I have downloaded the "f90wrap" from https://github.com/jameskermode/f90wrap/issues with "git clone https://github.com/jameskermode/f90wrap.git", and copy it over to the machine. And in the machine, it does not have "pip" because it does not network. Do you mean I should install the pip command first?
I'm sorry to bother you.

@jameskermode
Copy link
Owner

jameskermode commented Aug 30, 2024

To build from source you need pip and meson. Note that you need to use an older release for compatibily with QUIP: v0.2.14 or earlier. You could download a wheel from https://github.com/jameskermode/f90wrap/releases/tag/v0.2.14, but you will need pip installed locally to be able to install it.

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

2 participants