Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Could not find a version that satisfies the requirement ppextensions #15

Open
Dee-Pac opened this issue Aug 24, 2018 · 4 comments
Open

Comments

@Dee-Pac
Copy link
Contributor

Dee-Pac commented Aug 24, 2018

MAC:~ dmohanakumarchan$ pip install ppextensions

  Could not fetch URL https://pypi.python.org/simple/ppextensions/: There was a problem confirming the ssl certificate: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) - skipping
  Could not find a version that satisfies the requirement ppextensions (from versions: )
No matching distribution found for ppextensions```
@Dee-Pac Dee-Pac added the bug Something isn't working label Aug 24, 2018
@Dee-Pac
Copy link
Contributor Author

Dee-Pac commented Aug 24, 2018

@ayushiagarwal @praveenkanamarlapudi Am I missing something?

@Dee-Pac Dee-Pac removed the bug Something isn't working label Aug 24, 2018
@praveen-kanamarlapudi
Copy link
Contributor

it's a pip version and ssl issue.

Upgrade pip and try installing again.
curl https://bootstrap.pypa.io/get-pip.py | python

@Dee-Pac
Copy link
Contributor Author

Dee-Pac commented Aug 24, 2018

MAC:lime dmohanakumarchan$ curl https://bootstrap.pypa.io/get-pip.py | python

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1604k  100 1604k    0     0  1040k      0  0:00:01  0:00:01 --:--:-- 1040k
Collecting pip
  Downloading https://files.pythonhosted.org/packages/5f/25/e52d3f31441505a5f3af41213346e5b6c221c9e086a166f3703d2ddaf940/pip-18.0-py2.py3-none-any.whl (1.3MB)
    100% |████████████████████████████████| 1.3MB 1.6MB/s 
Collecting wheel
  Downloading https://files.pythonhosted.org/packages/81/30/e935244ca6165187ae8be876b6316ae201b71485538ffac1d718843025a9/wheel-0.31.1-py2.py3-none-any.whl (41kB)
    100% |████████████████████████████████| 51kB 1.9MB/s 
Installing collected packages: pip, wheel
  Found existing installation: pip 9.0.1
    Uninstalling pip-9.0.1:
      Successfully uninstalled pip-9.0.1
Successfully installed pip-18.0 wheel-0.31.1

MAC:lime dmohanakumarchan$ pip install ppextensions

Collecting ppextensions
  Downloading https://files.pythonhosted.org/packages/a4/29/d16623a0f91e57da79bb870bdeeee43d32bf921ecf7086198d810620ea81/ppextensions-0.0.3.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/p9/v9t3kcn92vj9055qsg1pt9pc392gjp/T/pip-install-5fC2Bp/ppextensions/setup.py", line 14, in <module>
        README = open(os.path.join(here, 'README.md'), encoding='utf-8').read()
    TypeError: 'encoding' is an invalid keyword argument for this function
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/p9/v9t3kcn92vj9055qsg1pt9pc392gjp/T/pip-install-5fC2Bp/ppextensions/

Is this again related my laptop?

@Dee-Pac
Copy link
Contributor Author

Dee-Pac commented Aug 24, 2018

+ @ayushiagarwal @aashish-sheshadri
Please have a look at this Build Log via CI

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants