Closed zergylord closed 7 years ago
You also have to build it:
python setup.py build # (or python3)
pip install -e . # (or pip3)
TODO: mention that in the README.
Thanks, missed the build step!
thank you trevor!
I am on Windows 10 and a rookie. Could anyone pls tell how to build it in Win10 ? I am having the error :
Traceback (most recent call last): File "C:/Users/neelg/PycharmProjects/Q_learning/venv/Scripts/Code.py", line 3, in <module> import vizdoom ImportError: No module named 'vizdoom'
I couldn't get it to work on Windows, I used ubuntu linux
The README doesn't explicitly give installation instructions, but installing via the standard pip3 install -e . doesn't produce any errors. However, attempting to import doom_py fails with the following error:
I'm guessing I'm simply missing some step in the installation process that installs vizdoom, what should I do?