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

Fixes ParseRequirement error with latest pip #42

Closed
wants to merge 2 commits into from

Conversation

r4ghu
Copy link

@r4ghu r4ghu commented Jun 28, 2020

While trying to execute the following command - pip install git+https://github.com/mattloper/chumpy.git. I am receiving the following error -

File "/private/var/folders/65/r762fpy14s15_v7759ltbvs00000gn/T/pip-req-build-3hgeg5w5/setup.py", line 15, in <listcomp>
        install_requires = [str(ir.req) for ir in install_reqs]
    AttributeError: 'ParsedRequirement' object has no attribute 'req'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

The current PR fixes this issue.

@mattloper
Copy link
Owner

Thanks! I merged a similar PR that does the same thing, so I think we're all set on this.

@mattloper mattloper closed this Aug 26, 2020
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.

2 participants