我正在使用Raspbian Stretch,并且试图在Raspberry Pi 3 B +中安装Pypiwin32,并且当我输入命令pip install pypiwin32
时出现错误,表明:
Collecting pywin32>=223 (from pypiwin32)
Could not find the version that satisfies the requirements pywin32>=223 (from pypiwin32) (from versions: )
No matching distribution found for pywin32>=223 (from pypiwin32)
当我看到此错误并下载pypiwin32
文件并输入命令python setup.py install
时,出现错误No module named _winreg
。
我正在使用Python2.7.15。
请帮助我。