Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

'ParsedRequirement' object has no attribute 'req' #12

Open
RamaYaseen opened this issue Oct 10, 2023 · 0 comments
Open

'ParsedRequirement' object has no attribute 'req' #12

RamaYaseen opened this issue Oct 10, 2023 · 0 comments

Comments

@RamaYaseen
Copy link

When I run this command: python3 setup.py develop

This error appears:
Traceback (most recent call last):
File "/Users/username/Desktop/Python/Facebook-Page-Crawler/setup.py", line 10, in
install_requires = [str(ir.req) for ir in install_requires]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/username/Desktop/Python/Facebook-Page-Crawler/setup.py", line 10, in
install_requires = [str(ir.req) for ir in install_requires]
^^^^^^
AttributeError: 'ParsedRequirement' object has no attribute 'req'

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

No branches or pull requests

1 participant