multi-agent-emergence-environments icon indicating copy to clipboard operation
multi-agent-emergence-environments copied to clipboard

cymj.o - file not recognized

Open chris-aeviator opened this issue 5 years ago • 6 comments

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

chris-aeviator avatar Sep 23 '19 07:09 chris-aeviator

What OS & version of gcc are you using?

todor-markov avatar Sep 23 '19 22:09 todor-markov

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 avatar Sep 24 '19 12:09 chris-aeviator

@chris-aeviator how did you get around it?

KeAWang avatar Oct 02 '19 02:10 KeAWang

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

chris-aeviator avatar Oct 02 '19 03:10 chris-aeviator

Damn. I'm also on Arch and I'm getting this unrecognized file type error with both gcc8 and gcc9.

KeAWang avatar Oct 02 '19 05:10 KeAWang

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

KeAWang avatar Oct 02 '19 15:10 KeAWang