-
Notifications
You must be signed in to change notification settings - Fork 295
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
Fail to install satpy despite the version #2458
Comments
Could you please give more context? What command are you running? If this was an existing environment what version of python and other tools were inside already? What operating system? |
@djhoese Sorry for lacking details. I'm using the latest miniconda x64 version (https://repo.anaconda.com/miniconda/Miniconda3-py310_23.3.1-0-Windows-x86_64.exe) on a Windwos 11 22H2 pc. The python is 3.10.10 and the conda is 23.3.1. This is a newly-setup environment. To install satpy I used |
After nearly half an hour solving environment finally ended and packages came up. This is too much longer than I expected. |
The default conda package solver is quite slow. Try installing As this is not a Satpy issue but a conda package interdependency conflict resolving issue, I'm closing this. |
I just want to add something to this. Satpy is a pure python package so it's binary conda packages are relatively flexible as far as what packages it can be mixed with in an environment. However, it depends on a lot of complex compiled platform-specific packages like rasterio (which depends on gdal), numpy, and it pulls in netcdf and hdf5 in the conda package. These dependencies are the reason this solving is slow, not satpy. You could also speed up the solving by including satpy as one of the packages specified when the environment is created as the solver then has all packages in mind from the initial creation. |
@pnuu Miniforge is good. Thanks for suggestion! :) |
Looks like this happened after 0.42 upgrade. It's always solving environment:
I'don think there's something wrong with my conda config since other packages like gdal went well.
The text was updated successfully, but these errors were encountered: