Uninstalling NuPIC

Run the following commands:

pip uninstall nupic -y
pip uninstall nupic.bindings. -y

Run these commands until you see console output similar to this for each command:

Cannot uninstall requirement nupic, not installed

You can also do this by running explicitly rming the nupic.bindings-* files from your site-packages directory.

Keep in mind that sometimes in order to update nupic*, you may have to delete the old versions in your site-packages folder.

1 Like

(Not python literate) Where does pip put that?

A post was merged into an existing topic: First time install: nupic.bindings are unsatisfied