You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the installation guide on the README, I'm getting errors with both suggested methods of installing python dependencies. With the first method, when I run:
/usr/local/lib/python2.7/dist-packages/pip-7.0.3-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Collecting chardet==2.3.0 (from -r python_requirements.txt (line 1))
/usr/local/lib/python2.7/dist-packages/pip-7.0.3-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/pip-7.0.3-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Could not find a version that satisfies the requirement chardet==2.3.0 (from -r python_requirements.txt (line 1)) (from versions: )
No matching distribution found for chardet==2.3.0 (from -r python_requirements.txt (line 1))
There has been no activity on this issue for more several months. We are closing it. If you think this still needs to be addressed please open a new issue.
Following the installation guide on the README, I'm getting errors with both suggested methods of installing python dependencies. With the first method, when I run:
pip install --no-use-wheel -r python_requirements.txt
I get this output:
And when I try the suggested alternative:
sudo pip install --no-install GDAL
I get this error:
The text was updated successfully, but these errors were encountered: