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
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.
The text was updated successfully, but these errors were encountered:
Looks like we're using some deprecated pip options:
The text was updated successfully, but these errors were encountered: