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

Cannot install weather-provider-api==2.29.8 because these package versions have conflicting dependencies #127

Open
MaykThewessen opened this issue May 23, 2024 · 0 comments

Comments

@MaykThewessen
Copy link

MaykThewessen commented May 23, 2024

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?

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

1 participant