Tuesday 14 August 2018

Python pip package RequestsDependencyWarning - cryptography

Error:
 /usr/local/lib/python2.7/dist-packages/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
Solution:
sudo pip install --upgrade cryptography
sudo python -m easy_install --upgrade pyOpenSSL



source: https://stackoverflow.com/questions/51283708/python-pip-package-requestsdependencywarning-when-installing-elastic-search-cura

No comments:

Post a Comment