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
Can I add to this list working out what happens when interacting with setuptools' extras_require - when building the wheel it doesn't include them, but when extracting the wheel it tries to install them (raven-python being my example here).
I thought extras worked fine with bdist_wheel, what Python are you using, and is your distribute (the fork, not vanilla setuptools) up to date? Unzip the wheel (wheel unpack wheelfile.whl) and check the METADATA file in the .dist-info directory for Requires-Dist lines.
It might also be a little tricky to get pip to install from the raven wheel, and also install all the dependencies from elsewhere.
The text was updated successfully, but these errors were encountered: