【发布时间】:2017-05-02 19:07:03
【问题描述】:
当我尝试通过 python pip 在我的 Windows 机器上安装 OpenAi Universe 时,我得到以下堆栈跟踪:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\Me\AppData\Local\Temp\pip-build-yjf_mrwx\fastzbarlight\setup.py", line 49, in <module>
proc = subprocess.Popen(['ld', '-liconv'], stderr=subprocess.PIPE)
File "E:\Python3.5.2\lib\subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "E:\Python3.5.2\lib\subprocess.py", line 1224, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified
还有这个错误代码:
Command "python setup.py egg_info" failed with error code 1 in C:\Users\Me\AppData\Local\Temp\pip-build-yjf_mrwx\fastzbarlight\
我尝试了here 提到的所有内容。我还阅读了文档并发现了这一点:
"While we don’t officially support Windows, we expect our code to be very close to working there. We’d be happy to take pull requests that take our Windows compatibility to 100%."
所以我想它可能不起作用,但我认为它应该起作用。
【问题讨论】:
标签: python windows pip python-3.5 openai-gym