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
pip install --upgrade pip # gets you to pip > 20.1
pip install etcd3-py
...
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-2ys2e_8z/etcd3-py/setup.py", line 36, in <module>
requirements = [str(ir.req) for ir in install_reqs]
File "/tmp/pip-install-2ys2e_8z/etcd3-py/setup.py", line 36, in <listcomp>
requirements = [str(ir.req) for ir in install_reqs]
AttributeError: 'ParsedRequirement' object has no attribute 'req'
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.95. Please mark this comment with 👍 or 👎 to give our bot feedback!
@heitorPB This lib is not maintained for years 😂
Fankly, this lib be very buggy or even not usable for etcd nowadays.
I also haven't use etcd directly for long time.
Maybe you should try some other lib.
Description
Cause
pip changed their internals; see pypa/pip#8188 (comment)
The text was updated successfully, but these errors were encountered: