View Single Post
  #1  
Old 07-17-2017, 08:19 AM
KavliD KavliD is offline
Member
 
Join Date: Jul 2017
Posts: 1
Scipy installation

Hi all,
I'm currently having some problems installing the newest version of scipy. When I use the package manager to install scipy 0.19.1 I get the following error message:

Certificate did not match expected hostname: pypi.binstar.org. Certificate: {'crlDistributionPoints': (u'http://crl.comodoca.com/COMODORSADomainValidationSecureServerCA.crl',), 'subjectAltName': (('DNS', 'anaconda.com'), ('DNS', 'anacondacloud.com'), ('DNS', 'anacondacloud.org'), ('DNS', 'binstar.org'), ('DNS', 'wakari.io')), 'notBefore': u'Apr 28 00:00:00 2017 GMT', 'caIssuers': (u'http://crt.comodoca.com/COMODORSADomainValidationSecureServerCA.crt',), 'OCSP': (u'http://ocsp.comodoca.com',), 'serialNumber': u'67DECDFB7CCA3B7951249D6BEB13DE22', 'notAfter': 'Sep 29 23:59:59 2017 GMT', 'version': 3L, 'subject': ((('organizationalUnitName', u'Domain Control Validated'),), (('organizationalUnitName', u'PositiveSSL Multi-Domain'),), (('commonName', u'anaconda.com'),)), 'issuer': ((('countryName', u'GB'),), (('stateOrProvinceName', u'Greater Manchester'),), (('localityName', u'Salford'),), (('organizationName', u'COMODO CA Limited'),), (('commonName', u'COMODO RSA Domain Validation Secure Server CA'),))}
Could not fetch URL https://pypi.binstar.org/carlkl/simple/scipy/: There was a problem confirming the ssl certificate: hostname 'pypi.binstar.org' doesn't match either of 'anaconda.com', 'anacondacloud.com', 'anacondacloud.org', 'binstar.org', 'wakari.io' - skipping
Could not find a version that satisfies the requirement scipy (from versions: )
No matching distribution found for scipy

I also tried downloading a .whl package, but the drag and drop option proposed by Jeff in previous Threads somehow doesn't work for me.

Any suggestions?
Thanks!
Reply With Quote