cloudify-cosmo / wagon

Creates Wheel based archives to allow portable offline installation of Python packages and their dependencies
Apache License 2.0
114 stars 16 forks source link

pip 10.0.0 breaks wagon #120

Closed nir0s closed 6 years ago

nir0s commented 6 years ago

pip 10 was released yesterday and is currently breaking Wagon. The --use-wheel flag was removed from pip and replaced by --only-binary.

djay87 commented 6 years ago

When will this be fixed ?

nir0s commented 6 years ago

We'll release a version with a fix in the next few days.

richardwhiuk commented 6 years ago

Any chance of a release of wagon with this in it?