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
{{ message }}
This repository was archived by the owner on Nov 22, 2023. It is now read-only.
Updating the pippuppet.py script to use the correct module with:
from pip._internal.download import PipSession
will still result in error because the sprinter script seems to be manually overriding any changes to the file:
File "/private/tmp/sprinter-sandbox-xiangningl/sprinter/external/pippuppet.py", line 6, in <module>
from pip.download import PipSession
ImportError: No module named download
Updating the pippuppet.py script to use the correct module with:
will still result in error because the sprinter script seems to be manually overriding any changes to the file: