-
Notifications
You must be signed in to change notification settings - Fork 0
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
Additional packages needed for installing nsidc-metgenc #123
Comments
Hi Julia, I'm having trouble recreating this, and I'm wondering if you could try creating a virtualenv with python first so we can see if that works. So give this a try:
Cleanup: |
Here is the output that I get when running that:
|
Is the Python you are using installed via the anaconda distribution? If so, I think the conflict may be that anaconda appears to have a version of the native NetCDF lib installed that is incompatible. Are you able to install using a python that is not from anaconda distribution? There are various ways to do this that I'd be happy to help with. |
While installing MetGenC to my personal computer, I had a couple issues with packages that the project needed. I am installing on a Mac and using conda to create a virtual environment running Python 3.12.7.
I installed the following packages (I used
conda install
) in this order:hdf5
netcdf4
pyproj
The full error messages that I got, in order, are pasted below.
Let me know if anything needs clarification!
The text was updated successfully, but these errors were encountered: