以下是我嘗試在pycharm中安裝「mysql-connector-python」時產生的錯誤。任何幫助都會很棒。無法在pycharm中安裝mysql-connector-python
Non-zero exit code(1)
Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter located at 'C:\Users\karan.gupta\AppData\Local\Programs\Python\Python36-32\python.exe'.
Collecting mysql-connector-python
Could not fetch URL https://pypi.python.org/simple/mysql-connector-python/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:748) - skipping
Could not find a version that satisfies the requirement mysql-connector-python (from versions:)
No matching distribution found for mysql-connector-python
它說「點不被識別爲內部或外部命令」。我需要切換到安裝python的目錄? –
你在哪個操作系統上? –
我在Windows 10 64位 –