MultiNEAT
MultiNEAT copied to clipboard
Cant run anaconda package in a AMD processor
I Was not able to import the anaconda pre-compiled packagem in a AMD processor
Python 3.6.5 |Anaconda, Inc.| (default, Apr 29 2018, 16:14:56)
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import MultiNEAT
Illegal instruction
It is most probably not AMD, but linux's stdlib incompatibility issue Unfortunately Conda doesn't provide ways to detect this sort of issue. The best workaround for you will be recompiling it from source (examples are in travis' build scripts) On a side not, I maintain https://github.com/MultiNEAT/MultiNEAT fork of this repo and conda packages are built from it, not this repo.