1.
# pip install pandas
引用 pandas 時,沒有模塊 ,進行模塊安裝,出現一推英文提示
結果
Collecting pandas
Could not fetch URL https://pypi.python.org/simple/pandas/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645) - skipping
Could not find a version that satisfies the requirement pandas (from versions: )
No matching distribution found for pandas
You are using pip version 8.1.1, however version 9.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
2.解決:
#pip --trusted-host pypi.python.org install pandas
成功了
3.驗證
4,。順便把剛才錯誤的pip更新一下
#pip install --upgrade pip