我正在尝试使用Windows安装带有pip的openpyxl包。在PS C:\Scripts> pip install openpyxl
Collecting openpyxl
Using cached openpyxl-2.5.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'setuptools'
当我运行setuptools安装时,我得到:
^{pr2}$
我再次尝试卸载和安装setuptools,但没有成功。我做错什么了?在
编辑:PS C:\Users\dolinar\Desktop\setuptools-38.4.0> python .\easy_install.py
error: can't create or remove files in install directory
The following error occurred while trying to add or remove files in the
installation directory:
[Errno 2] No such file or directory: 'C:Lib\\site-packages\\test-easy-install-9076.write-test'
The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:
C:Lib\site-packages\
This directory does not currently exist. Please create it and try again, or
choose a different installation directory (using the -d or --install-dir
option).
这个方向存在。在