You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some unknown, frustrating reason, even though our requirements.txt nor Python version nor any other configuration has changed, the DB refresh started failing today (log).
Error
Log snippet
Collecting PyCG==0.0.7 (from -r requirements.txt (line 128))
Downloading PyCG-0.0.7.tar.gz (34 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'error'
...
KeyError: 'text'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
Perhaps PyCG committed some cardinal sin and uploaded a new version 0.0.7 of itself without incrementing the version number, and the new upload is bugged. Or perhaps some of our configuration is not strict enough and there is some variation which came into play (looks like Python version is consistently 3.9.7 so it's not that). Maybe an issue with pip?
- Update: Python requirements files: Fixed PyCG==0.0.6. For some reason, the latest version, 0.0.7, which is required by one of our dependenciees, started failing to install suddenly yesterday: #627
Overview
For some unknown, frustrating reason, even though our
requirements.txt
nor Python version nor any other configuration has changed, the DB refresh started failing today (log).Error
Log snippet
Perhaps
PyCG
committed some cardinal sin and uploaded a new version0.0.7
of itself without incrementing the version number, and the new upload is bugged. Or perhaps some of our configuration is not strict enough and there is some variation which came into play (looks like Python version is consistently 3.9.7 so it's not that). Maybe an issue with pip?Related
0.0.7
failing in GitHub actions vitsalis/PyCG#73The text was updated successfully, but these errors were encountered: