0

ERROR: Could not find a version that satisfies the requirement httpie (from versions: none) ERROR: No matching distribution found for httpie Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError(SSLError(1, '[SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:1108)'))) - skipping

Python version:3.8 OS: Windows 8 64 bit

3
  • You can try to ignore SSL errors with pip install --trusted-host pypi.org Commented Dec 23, 2019 at 11:25
  • what was the pip command you actually tried? pip install mysql ? Commented Dec 23, 2019 at 11:27
  • You are using python3.8 then you should install mysql8.0 Commented Dec 23, 2019 at 14:32

1 Answer 1

2

according to mysql connector docs the pip command is: pip install mysql-connector-python

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.