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
@seyhak can you paste issue you have with steps to reproduce when installing. @dougbyrne strange one, he has missing wheel package error on install (this error does not block installation, but breaks at the end, package can be imported). But this package is not wheel package so the message is kinda crap.
Solution Seyhak found is just to instlal wheel, do we want to add this to reqs or just on the machines or try to look deeper?
Collecting python-twitter from https://github.com/shareablee/python-twitter/archive/renaming.zip#egg=python-twitter (from -r requirements.txt (line 92))
Using cached https://github.com/shareablee/python-twitter/archive/renaming.zip
Complete output from command python setup.py egg_info:
WARNING: The wheel package is not available.
ERROR: 'pip wheel' requires the 'wheel' package. To fix this, run: pip install wheel
Can you try to install that without egg_name? I think eggname is only needed if you use git, not zip.
I have tried to install that in local virtualenvs and works for me without any issue (and wheel).
What are steps to reproduce?
Can you try to install that without egg_name? I think eggname is only needed if you use git, not zip.
I have tried to install that in local virtualenvs and works for me without any issue (and wheel).
What are steps to reproduce?
Open any staging with additional requirement https://github.com/shareablee/python-twitter/archive/renaming.zip#egg=python-twitter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.