Closed csparpa closed 6 years ago
The issue arises whenever one has requests==2.19.1 installed and tries to install pyowm==2.8.0
requests==2.19.1
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
setup.py
requests>=2.18.2,<3
Fixed with 0d92adaa6b296b136772b6b179c97ad7f0accc4f
Where is the setup.py?
https://github.com/csparpa/pyowm/commit/0d92adaa6b296b136772b6b179c97ad7f0accc4f
The issue arises whenever one has
requests==2.19.1
installed and tries to installpyowm==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 nowrequests>=2.18.2,<3