Opened 6 years ago
Closed 6 years ago
#57618 closed defect (fixed)
py-docker @2.4.2: AttributeError: module 'pip' has no attribute 'get_installed_distributions'
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | reneeotten <reneeotten@…> |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | charlie-mtz (Carlos Martínez Úbeda) | |
Port: | py-docker |
Description
Traceback (most recent call last): File "setup.py", line 12, in <module> if 'docker-py' in [x.project_name for x in pip.get_installed_distributions()]: AttributeError: module 'pip' has no attribute 'get_installed_distributions'
Maybe updating would help.
py-docker seems to have been updated (port version: 2.4.2, new version: 3.5.1)
Change History (2)
comment:1 Changed 6 years ago by mf2k (Frank Schima)
Cc: | charlie-mtz added |
---|
comment:2 Changed 6 years ago by reneeotten <reneeotten@…>
Owner: | set to reneeotten <reneeotten@…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Has duplicate #57661.