Skip to content

Failure installing Python dependencies #4193

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

Closed
danseely opened this issue Jun 24, 2015 · 2 comments
Closed

Failure installing Python dependencies #4193

danseely opened this issue Jun 24, 2015 · 2 comments

Comments

@danseely
Copy link

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:

/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))

And when I try the suggested alternative:

sudo pip install --no-install GDAL

I get this error:

Usage:   
  pip install [options] <requirement specifier> [package-index-options] ...
  pip install [options] -r <requirements file> [package-index-options] ...
  pip install [options] [-e] <vcs project url> ...
  pip install [options] [-e] <local project path> ...
  pip install [options] <archive url/path> ...

no such option: --no-install
@danseely
Copy link
Author

Related to this? Deprecation of pip --no-install? pypa/pip#1345

@pabletecodes
Copy link
Contributor

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.

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

2 participants