csparpa / pyowm

A Python wrapper around the OpenWeatherMap web API
https://pyowm.readthedocs.io
MIT License
791 stars 175 forks source link

pyowm==2.8.0 and requests==2.19.1 incompatibility #256

Closed csparpa closed 6 years ago

csparpa commented 6 years ago

The issue arises whenever one has requests==2.19.1 installed and tries to install pyowm==2.8.0

Please refer to https://github.com/home-assistant/home-assistant/issues/15333 for a broader description.

The issue has fixed by modifying the setup.py so that requirements on requests are now requests>=2.18.2,<3

csparpa commented 6 years ago

Fixed with 0d92adaa6b296b136772b6b179c97ad7f0accc4f

Pharizna commented 6 years ago

Where is the setup.py?

csparpa commented 6 years ago

https://github.com/csparpa/pyowm/commit/0d92adaa6b296b136772b6b179c97ad7f0accc4f