weather-provider-api
weather-provider-api copied to clipboard
Cannot install weather-provider-api==2.29.8 because these package versions have conflicting dependencies
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.
Collecting weather-provider-api
Downloading weather_provider_api-2.29.9-py3-none-any.whl.metadata (12 kB)
Downloading weather_provider_api-2.29.8-py3-none-any.whl.metadata (12 kB)
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?