-
-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import fails due to bad naming scheme. #333
Comments
Hi @biggzlar, |
Hi @mwydmuch,
|
Had this exact same issue with Python3.8. Could not install vizdoom from pip - I still don't know why, but I decided to just build from source instead of trying to debug make via the Python build script. Built with the same virtual environment activated that I subsequenty tried to Built vizdoom successfully and copied the Tried to
Just going to go and modify the version in the System details:
Hope that helps. Would really like to understand why the |
Hmm. I just tried with conda environment on Ubuntu 16.04 LTS (cmake 3.10.2, python 3.8.3), and both |
This was fixed some time ago, so I'm closing the issue. |
This is the error message.
Temporary solution:
Simply go to vizdooms
__init__.py
and change the line_COMPILED_PYTHON_VERSION = "3.6"
to_COMPILED_PYTHON_VERSION = "3.6.0"
.This should probably be handled better in a future version.
The text was updated successfully, but these errors were encountered: