multi-agent-emergence-environments
multi-agent-emergence-environments copied to clipboard
cymj.o - file not recognized
When running an example like bin/examine.py examples/hide_and_seek_quadrant.jsonnet examples/hide_and_seek_quadrant.npz
gcc errors with cymj.o: file not recognized: file format not recognized
What OS & version of gcc are you using?
Arch linux
- found a way somehow around it
Am 24. September 2019 05:30:26 GMT+07:00 schrieb Todor Markov [email protected]:
What OS are you using?
-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/openai/multi-agent-emergence-environments/issues/7#issuecomment-534310071
@chris-aeviator how did you get around it?
I would like to recall it but tried many things. I think mainly I uninstalled everything, setup a clean (conda) python 3.6 env and installed and troubleshooted every failing module manually with pip, I remember this failure was not the first in the row of failing dependencies
Am 2. Oktober 2019 09:12:06 GMT+07:00 schrieb Alex Wang [email protected]:
@chris-aeviator how did you get around it?
-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/openai/multi-agent-emergence-environments/issues/7#issuecomment-537305592
Damn. I'm also on Arch and I'm getting this unrecognized file type error with both gcc8 and gcc9.
The solution ended up being to downgrade binutils from 2.32 to 2.30 as mentioned here: https://github.com/mrjbq7/ta-lib/issues/260