jiffyclub / palettable

Color palettes for Python
https://jiffyclub.github.io/palettable/
Other
768 stars 73 forks source link

Pip install issue #19

Open JDub1977 opened 7 years ago

JDub1977 commented 7 years ago

In trying to install, I receive an error "Could not fetch URL https://pypi.python.org/simple/palattable/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) - skipping"

Could not find a version that satisfies the requirement palattable (from versions: ) No matching distribution found for palattable

Any suggestions?

jiffyclub commented 7 years ago

Looks like maybe you misspelled palettable? (Contains two a's and two e's.)

JDub1977 commented 7 years ago

I'm not sure what's going on with it--I confirmed the spelling. Perhaps my workplace firewall won't let me install it...

jiffyclub commented 7 years ago

Hmm, could be why you are getting the SSL error. :( I've confirmed that pip install palettable works for me.

lordwillhsu commented 7 years ago

I got a similar one... "Could not fetch URL https://pypi.python.org/simple/wheel/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749) - skipping" "Could not find a version that satisfies the requirement wheel (from versions: ) No matching distribution found for wheel"... any ideas on how to fix this?

jiffyclub commented 7 years ago

What version of pip are you using? (pip --version)

JDub1977 commented 7 years ago

I'm using 8.1.2.

On Tue, Jul 11, 2017 at 11:52 AM, Matt Davis notifications@github.com wrote:

What version of pip are you using? (pip --version)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jiffyclub/palettable/issues/19#issuecomment-314505892, or mute the thread https://github.com/notifications/unsubscribe-auth/AcmWudit2rabk14TTddsvNWgiu09G31lks5sM6hagaJpZM4ORapZ .

-- Best, Justin

jiffyclub commented 7 years ago

I'm curious if you still get this error on version 9.x of pip. You can upgrade with pip install --upgrade pip.