You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
Thank you! This workaround does appear to work for now, we are currently having some issues with missing includes when we run it with the example command:
Using Debian Linux. Followed install instructions, but on running make am getting a bunch of undefined reference errors as follows:
[ 83%] Built target gmock_main
[ 91%] Linking CXX shared module /home/[username]/diplomacy_cicero/fairdiplomacy/selfplay/rela.cpython-37m-x86_64-linux-gnu.so
[100%] Linking CXX executable prioritized_replay_test
/usr/bin/ld: /opt/conda/envs/cicero2/lib/python3.7/site-packages/torch/lib/libtorch_python.so: undefined reference to
PyUnicode_InternFromString' /usr/bin/ld: /opt/conda/envs/cicero2/lib/python3.7/site-packages/torch/lib/libtorch_python.so: undefined reference to
PyInstanceMethod_Type'/usr/bin/ld: /opt/conda/envs/cicero2/lib/python3.7/site-packages/torch/lib/libtorch_python.so: undefined reference to `PyDict_DelItemString'
Have also tested this on several other machines/configurations with the same results.
The text was updated successfully, but these errors were encountered: