Forums

Numpy uninstall difficulties

I need help with uninstalling numpy.

Hey everyone, I downloaded the numpy addon twice on accident and now I can't figure out how to uninstall it. There was a warning that installing numpy twice would cause minor errors, and I'm not about to deal with that. Also, everytime I go into my bash console and type "pip uninstall numpy", it shows erro code 13 and 15. Then when I try to manually find the numpy file and delete it where the ACTUAL numpy file is supposed to be, it's just not there! Respond A.S.A.P, I've got a Coding project to complete.

Thx

How did you install numpy (was it in a virtual environment or did you use a --user flag; it's possible that newwer versions of pip would assume --user flag if you don't provide it on PythonAnywhere as you don't have permissions to install packages system-wide)?

I just went into my bash console and typed "pip install numpy", as I was told to do in my curriculum.

I see that you posted in a separate forum thread about this too; I've responded there.