-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
AttributeError : basic.py failed #365
Comments
Hi @ParkGeonYeong, are you sure than you installed the current master version?
The example works fine for me. |
I've run into the same error for 1.1.7. It works for 1.1.8. @ParkGeonYeong Can you confirm it is the case for you too? |
I have the same problem using Windows 10, conda 4.6.2, python 3.7.2. I used the pre-compiled Windows binaries for release 1.1.7. (ViZDoom-1.1.7-Win-Python37-x86_64.zip). I also tried python 3.6.8 in another conda environment on the same system, using the appropriate pre-compiled binaries for 1.1.7 (ViZDoom-1.1.7-Win-Python36-x86_64.zip) When can we expect the 1.1.8 pre-compiled Windows binaries? |
Oops, sorry this was user error. All I had to do was move to the 1.1.7 tag of the source tree. $ git checkout tag/1.1.7 |
is the error solved |
I have some problems ,please help me!Iet me give you a brief account of how I built it: |
Set_objects_info_enabled is only available in version 1.1.8. |
Can you describe it in more detail and how to solve it? |
EDIT: Nevermind, I could run adding the solution in #486 Hi, I'm using Ubuntu 20.04, Python 3.8.10 and I have the same error
I tried reducing my code to this 4 lines, and still had the same problem:
I installed vizdoom first with |
Hi, I am using ubuntu 18.04, conda 4.5.11 with python 3.6.7 and installed most current version of vizdoom by git cloning.
However, when i tried to run basic.py, it returns error such as:
After i skipped this line, 'set_sectors_info_enabled' make exactly same error.
By the way, Thank you for your great supports and projects!
The text was updated successfully, but these errors were encountered: