-
Notifications
You must be signed in to change notification settings - Fork 36
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
ERROR: python compile.py ale #3
Comments
Could you try to checkout the commit |
I checked out the this commit, then I got another error as shown below:
Could you please help with any suggestions? |
(eprop-figure) rlcube@rlcube:~/dchen/eligibility_propagation/Figure_4_and_5_ATARI$ python compile.py ale
In file included from ale/include/ale/ale_interface.hpp:34,
from ale.cc:1:
ale/include/ale/emucore/OSystem.hxx:26:10: fatal error:emucore/Sound.hxx:No such file or directory
#include "emucore/Sound.hxx"
^~~~~~~~~~~~~~~~~~~
Compilation interrupt.
Traceback (most recent call last):
File "compile.py", line 19, in
res = sp.check_call(cmd, shell=True)
File "/home/rlcube/miniconda3/envs/eprop-figure/lib/python3.6/subprocess.py", line 291, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'g++ -std=c++11 -shared ale.cc -o tfaleop.so -fPIC -I /home/rlcube/miniconda3/envs/eprop-figure/lib/python3.6/site-packages/tensorflow_core/include -O2 -D_GLIBCXX_USE_CXX11_ABI=1 -L/home/rlcube/miniconda3/envs/eprop-figure/lib/python3.6/site-packages/tensorflow_core -I/home/rlcube/miniconda3/envs/eprop-figure/lib/python3.6/site-packages/tensorflow_core/include -D_GLIBCXX_USE_CXX11_ABI=1 -L/home/rlcube/miniconda3/envs/eprop-figure/lib/python3.6/site-packages/tensorflow_core -l:libtensorflow_framework.so.1 -Iale/include -Lale/lib -lale' returned non-zero exit status 1.
The text was updated successfully, but these errors were encountered: