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
Describe the bug
Installing this python package fails due to package having conflicting dependencies, how to solve?
To Reproduce pip install weather-provider-api
Desktop (please complete the following information):
OS: Mac OS Sonoma 14.5
IDE: Spyder 5.5.3
Python 3.12.3
Concole reports error:
pip is looking at multiple versions of weather-provider-api to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install weather-provider-api==2.29.8, weather-provider-api==2.29.9 and weather-provider-api==2.30.10 because these package versions have conflicting dependencies.
The conflict is caused by:
weather-provider-api 2.30.10 depends on ecmwflibs<0.5.0 and >=0.4.17
weather-provider-api 2.29.9 depends on ecmwflibs<0.5.0 and >=0.4.17
weather-provider-api 2.29.8 depends on ecmwflibs<0.5.0 and >=0.4.17
Question:
How to solve this? I can't update ecmwflibs it seems? What to do?
The text was updated successfully, but these errors were encountered:
Describe the bug
Installing this python package fails due to package having conflicting dependencies, how to solve?
To Reproduce
pip install weather-provider-api
Desktop (please complete the following information):
Concole reports error:
pip is looking at multiple versions of weather-provider-api to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install weather-provider-api==2.29.8, weather-provider-api==2.29.9 and weather-provider-api==2.30.10 because these package versions have conflicting dependencies.
The conflict is caused by:
Question:
How to solve this? I can't update ecmwflibs it seems? What to do?
The text was updated successfully, but these errors were encountered: