在 python3.6 安装环境设置的时候想要安装 spynner 但是通过 pip install spynner 失败 原因是安装不了 autopy 从网上下载 autopy 自己安装但是遇到问题 Collecting autopy3 Using cached autopy3-0.51.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\prophet\AppData\Local\Temp\pip-build-3rlsrxs0\autopy3\setup.py", line 228, in <module>
EXT_MODULES = create_ext_modules('src/')
File "C:\Users\prophet\AppData\Local\Temp\pip-build-3rlsrxs0\autopy3\setup.py", line 186, in create_ext_modules
raise IOError('windows directory not found at: "%s"' % win_dir)
OSError: windows directory not found at: "C:\Users\prophet\AppData\Local\Temp\pip-build-3rlsrxs0\autopy3\windows\win64"
请问有没有大神能告诉我一下如何解决。。