peter-ch / MultiNEAT

Portable NeuroEvolution Library
http://MultiNEAT.com
GNU Lesser General Public License v3.0
327 stars 104 forks source link

Cant run anaconda package in a AMD processor #48

Open thiagoabdo opened 6 years ago

thiagoabdo commented 6 years ago

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
anton-matosov commented 5 years ago

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.