StorjOld / downstream-farmer

Client software for a Storj farmer.
http://driveshare.org
MIT License
35 stars 16 forks source link

PIP warning of deprecated option --process-dependency-links in version 1.6 #23

Closed benlake closed 9 years ago

benlake commented 9 years ago

$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.1 LTS Release: 14.04 Codename: trusty

$ pip --version pip 1.5.4 from /usr/lib/python2.7/dist-packages (python 2.7)

$ sudo apt-get update $ sudo apt-get upgrade Reading package lists... Done Building dependency tree
Reading state information... Done Calculating upgrade... Done The following packages have been kept back: linux-generic linux-headers-generic linux-image-generic 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.

When

$ pip install --process-dependency-links downstream-farmer
Downloading/unpacking downstream-farmer
  Downloading downstream-farmer-0.1.4.tar.gz (148kB): 148kB downloaded
  Running setup.py (path:/tmp/pip_build_benlake/downstream-farmer/setup.py) egg_info for package downstream-farmer

  Dependency Links processing has been deprecated with an accelerated time schedule and will be removed in pip 1.6
EmergentBehavior commented 9 years ago

Dependency link processing is deprecated in 1.5 and will still be deprecated in 1.6, contrary to that message: https://github.com/pypa/pip/issues/2023

It's not an error/issue, just a warning. When additional supporting downstream libs are added to PyPI we won't need to use it anymore.