cmd プロンプトで次のコードを実行して、pip を使用してPython Quandl モジュールをインストールしようとしました。
C:\Users\zeke\Desktop\Python\python.exe -m pip install quandl
モジュールは、エラー メッセージが表示されるまでダウンロードとインストールを開始しました。
C:\Users\zeke>C:\Users\zeke\Desktop\Python\python.exe -m pip install quandl
Collecting quandl
Using cached Quandl-3.0.1-py2.py3-none-any.whl
Collecting pyOpenSSL (from quandl)
Downloading pyOpenSSL-16.1.0-py2.py3-none-any.whl (43kB)
100% |################################| 51kB 1.8MB/s
Collecting ndg-httpsclient (from quandl)
Using cached ndg_httpsclient-0.4.2.tar.gz
Complete output from command python setup.py egg_info:
running egg_info
creating pip-egg-info\ndg_httpsclient.egg-info
writing dependency_links to pip-egg-info\ndg_httpsclient.egg-info\dependency_links.txt
writing pip-egg-info\ndg_httpsclient.egg-info\PKG-INFO
writing entry points to pip-egg-info\ndg_httpsclient.egg-info\entry_points.txt
writing requirements to pip-egg-info\ndg_httpsclient.egg-info\requires.txt
writing top-level names to pip-egg-info\ndg_httpsclient.egg-info\top_level.txt
writing namespace_packages to pip-egg-info\ndg_httpsclient.egg-info\namespace_packages.txt
writing manifest file 'pip-egg-info\ndg_httpsclient.egg-info\SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
error: [Errno 2] No such file or directory: 'C:\\Users\\zeke\\Desktop\\Python\\python35.zip\\lib2to3\\Grammar.txt'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\zeke\AppData\Local\Temp\pip-build-emddiyej\ndg-httpsclient\
ファイル パス 'C:\Users\zeke\Desktop\Python\python35.zip\lib2to3\Grammar.txt' をたどると、ファイルは完全に存在します。このエラーが発生するのはなぜですか?