Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install fails on Windows #17

Open
jsiegle opened this issue Jul 3, 2018 · 1 comment
Open

pip install fails on Windows #17

jsiegle opened this issue Jul 3, 2018 · 1 comment
Assignees

Comments

@jsiegle
Copy link
Collaborator

jsiegle commented Jul 3, 2018

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.

@NileGraddis
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants