Pythonパッケージインストールerror:Microsoft Visual C++14.0 is required...問題解決策

837 ワード

エラーの説明:
ERROR:
-----------------------------------------------------------------------------------
Collecting pandas
Could not fetch URL https://pypi.python.org/simple/pandas/: There was a proble
m confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate v
erify failed (_ssl.c:748) - skipping
Could not find a version that satisfies the requirement pandas (from versions:
)
No matching distribution found for pandas
-----------------------------------------------------------------------------------

ソリューション:Python 3.6モジュールインストールerror:Microsoft Visual C++14.0 is required...問題解決策
一般的にC++の実行環境が欠けているわけではありませんが、
http://www.lfd.uci.edu/~gohlke/pythonlibs/
パッケージの依存度を1つずつ探し、最上位レベルから一歩ずつインストールパッケージに依存し、パッケージバージョン間の互換性にも特に注意します.
PyQt4-->traits-->VTK7.1-->mayavi-4.5.0