jon--lee / neuralpy

neuralpy - neural network library written in python

Home Page:https://jon--lee.github.io/neuralpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update forces you to down version numpy

JeffTweedale opened this issue · comments

on python-2.7 when tensorflow 0.12.1 has requirement numpy>=1.11.0

ERROR: neuralpy 1.3.0 has requirement numpy==1.9.2, but you'll have numpy 1.16.4 which is incompatible (why "="?).

I changed to numpy==1.9.2, but can't import neuralpy.
ImportError: No module named _multiarray_umath
Traceback (most recent call last):
File "", line 1, in
File "/home/ailab/anaconda3/envs/python27/lib/python2.7/site-packages/neuralpy/init.py", line 1, in
from neural2 import *
ImportError: numpy.core.multiarray failed to import