When I try to install OpenAi Universe on my Windows machine via python pip I get following stacktrace:
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
And this error code:
Command "python setup.py egg_info" failed with error code 1 in C:\Users\Me\AppData\Local\Temp\pip-build-yjf_mrwx\fastzbarlight\
I tried everything mentioned here. I also read through the documentation and found this:
"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%."
So I guess it might just not work, but I think that it should work.