-
Notifications
You must be signed in to change notification settings - Fork 25
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
Gathering environment information fails consistently #151
Comments
Looks like it's because pip's output is too big to put in the buffer. A proper fix would involve rewriting this with
|
I'm running into this as well. Any workarounds? I'm wiping my venv but let me know if there's a better way. |
I'm facing the same issue , any updates on this? |
Hey folks! I'm just trying out SCIP for the first time. I wanted to try running it on my python repo and used the command
scip-python index .
and it is consistenly failing. Runningpip3 show -f
on the CLI works fine.The text was updated successfully, but these errors were encountered: