Skip to content

Modify download-pip-cache to not use deprecated pip options #14

Open
@kragniz

Description

Looks like we're using some deprecated pip options:

[nix-shell:~/git/dewi]$ ./download-pip-cache 
+ download_pip ./boatd
+ dir=./boatd
+ mkdir -p pip-cache
+ pip install --download pip-cache --no-use-wheel ./boatd
DEPRECATION: --no-use-wheel is deprecated and will be removed in the future.  Please use --no-binary :all: instead.
DEPRECATION: pip install --download has been deprecated and will be removed in the future. Pip now has a download command that should be used instead.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions