Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with PIP 10 #228

Merged
merged 1 commit into from
Apr 25, 2018
Merged

Fix issue with PIP 10 #228

merged 1 commit into from
Apr 25, 2018

Conversation

m0ngr31
Copy link
Collaborator

@m0ngr31 m0ngr31 commented Apr 16, 2018

No description provided.

@m0ngr31
Copy link
Collaborator Author

m0ngr31 commented Apr 16, 2018

Trying to install this with pip 10 breaks:

➜ pip install flask-ask               
Collecting flask-ask
  Downloading https://files.pythonhosted.org/packages/6a/f5/d4709ae94584a0b1541e9b52b2d25a8a1bdb6e2da9d6870f23fdd0523a30/Flask-Ask-0.9.8.tar.gz (40kB)
    100% |████████████████████████████████| 40kB 803kB/s 
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-QejwnA/flask-ask/setup.py", line 8, in <module>
        from pip.req import parse_requirements
    ImportError: No module named req
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-QejwnA/flask-ask/

@pmespresso
Copy link

LGTM. https://stackoverflow.com/questions/25192794/no-module-named-pip-req for reference

Copy link

@samjiks samjiks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants