aliles / funcsigs

Python function signatures package for Python 2.6, 2.7 and 3.2+
http://pypi.python.org/pypi/funcsigs
Other
48 stars 33 forks source link

pip wheel doesn't make a wheel of this package #16

Open vassilevsky opened 9 years ago

vassilevsky commented 9 years ago

Hello :)

I'm using Sentry which uses Mock which uses this package.

I used to run pip wheel -r requirements.txt and then pip install --no-index --use-wheel --find-links=WHEEL_DIR -r requirements.txt and it worked fine for older versions. But now that this package emerged as a dependency, it no longer works.

I deleted the --no-index flag and the installation works for now. Would be good to skip the index though.