updated requets version to something newer that contains the ssl fix#13
Open
brianrusso wants to merge 1 commit into
Open
updated requets version to something newer that contains the ssl fix#13brianrusso wants to merge 1 commit into
brianrusso wants to merge 1 commit into
Conversation
|
Maintenance in this repo seems to have stopped, so I did a new release based on my fork: https://pypi.python.org/pypi/pyspotlight/0.7.1 Issues and pull requests are welcome at https://github.com/aolieman/pyspotlight! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There's an SSL error in the older version of requests that prevents pyspotlight from being installed..
Collecting requests==1.2.3 (from pyspotlight->xtas)
Downloading requests-1.2.3.tar.gz (348kB)
100% |████████████████████████████████| 358kB 3.5MB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-zegFbq/requests/setup.py", line 6, in
import requests
File "/tmp/pip-build-zegFbq/requests/requests/init.py", line 53, in
from requests.packages.urllib3.contrib import pyopenssl
File "/tmp/pip-build-zegFbq/requests/requests/packages/urllib3/contrib/pyopenssl.py", line 42, in
ssl.PROTOCOL_SSLv3: OpenSSL.SSL.SSLv3_METHOD,
AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3'