jorgenkg / python-neural-network

This is an efficient implementation of a fully connected neural network in NumPy. The network can be trained by a variety of learning algorithms: backpropagation, resilient backpropagation and scaled conjugate gradient learning. The network has been developed with PYPY in mind.
BSD 2-Clause "Simplified" License
297 stars 98 forks source link

Does not work on machine #24

Closed supernerdhelloworld closed 6 years ago

supernerdhelloworld commented 6 years ago

Tried pip install nimblenet, got this error:

Command "/usr/bin/python -c "import setuptools, tokenize;__file__='/private/var/folders/84/6yjtvl8s52jc3k8lf41chkn40000gn/T/pip-build-rLoiFl/nimblenet/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/84/6yjtvl8s52jc3k8lf41chkn40000gn/T/pip-bVsSSv-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/84/6yjtvl8s52jc3k8lf41chkn40000gn/T/pip-build-rLoiFl/nimblenet

wizzwizz4 commented 6 years ago

Which version of Python are you using?

jorgenkg commented 6 years ago

I’m closing this issue due to lack of debuggable info from the OP