Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Fixed pip requirements#29

Open
pffs wants to merge 1 commit into
spotify:masterfrom
pffs:fix_setup
Open

Fixed pip requirements#29
pffs wants to merge 1 commit into
spotify:masterfrom
pffs:fix_setup

Conversation

@pffs

@pffs pffs commented May 1, 2018

Copy link
Copy Markdown

PR for fixing #28

(credit to https://stackoverflow.com/a/49867265)

@kadecole

kadecole commented Nov 2, 2018

Copy link
Copy Markdown

Any chance this can be merged? This allows you to install when pip version greater than 9 is used. I ran into this issue. The error you will get is below. This PR will resolve this issue.

Collecting pyFG
  Using cached https://files.pythonhosted.org/packages/6f/4d/49cf1489c1bbe654c2589043625b7d103b88e54a2b73d075b697cd3d10aa/pyfg-0.50.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-gxuqzuy9/pyFG/setup.py", line 4, in <module>
        from pip.req import parse_requirements
    ModuleNotFoundError: No module named 'pip.req'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-gxuqzuy9/pyFG/

@bwmetz

bwmetz commented Nov 6, 2018

Copy link
Copy Markdown

Was going to submit this myself, but noticed someone else did already.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants