ecephys_spike_sorting icon indicating copy to clipboard operation
ecephys_spike_sorting copied to clipboard

pip install fails on Windows

Open jsiegle opened this issue 6 years ago • 1 comments

The call to pip install -q -U pip in the tox.ini file is failing on my Windows machine:

ERROR: InvocationError for command 'C:\\Users\\svc_neuropix\\Documents\\GitHub\\ecephys_spike_sorting\\.tox\\py36-test\\Scripts\\pip.EXE install -q -U pip' (exited with code 1)

What is the purpose of this command, and how should this problem be addressed?

All of the other commands in the tox file run fine if I comment out that line.

jsiegle avatar Jul 03 '18 23:07 jsiegle

This command bootstraps pip (-U is upgrade). If excluded, you may not have the latest pip when running the other commands, which does not seem like a major tragedy.

NileGraddis avatar Jul 03 '18 23:07 NileGraddis