1

if I try to install neuralpy with sudo pip install neuralpy, I have this kind of error:

Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-build-ziqu6pe6/neuralpy/

1 Answer 1

0

Mostly from pip install numpy (python 2.7) fails with errorcode 1

Download the wheel (.whl file) file from here and install with pip: Link: http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy

pip install wheel to install support for wheel files.

Now go to the folder where the file is and press shift + right click and click on open command prompt here

Then type

pip install [File that you download]

to install the wheel.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.