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
When I execute the command python setup.py install , there is an error。
Traceback (most recent call last):
File "setup.py", line 31, in
install_requires=load_requirements("requirements.txt"),
File "setup.py", line 17, in load_requirements
return [str(ir.req) for ir in reqs]
File "setup.py", line 17, in
return [str(ir.req) for ir in reqs]
AttributeError: 'ParsedRequirement' object has no attribute 'req'
The text was updated successfully, but these errors were encountered:
When I execute the command python setup.py install , there is an error。
Traceback (most recent call last):
File "setup.py", line 31, in
install_requires=load_requirements("requirements.txt"),
File "setup.py", line 17, in load_requirements
return [str(ir.req) for ir in reqs]
File "setup.py", line 17, in
return [str(ir.req) for ir in reqs]
AttributeError: 'ParsedRequirement' object has no attribute 'req'
The text was updated successfully, but these errors were encountered: