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
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
The text was updated successfully, but these errors were encountered:
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.
I Was not able to import the anaconda pre-compiled packagem in a AMD processor
The text was updated successfully, but these errors were encountered: