Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

pip download module has been moved to pip._internal #101

@xiangninglyu

Description

@xiangninglyu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions