Bug 244230 - sysutils/docker-compose: missing paramiko dependency
Summary: sysutils/docker-compose: missing paramiko dependency
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-19 14:35 UTC by Pavel Timofeev
Modified: 2024-07-12 17:55 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (lifanov)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Timofeev 2020-02-19 14:35:58 UTC
I've installed docker-compose-1.24.0_1 with py37 flavor.

Can't run it out of the box:

$ docker-compose
Traceback (most recent call last):
  File "/usr/local/bin/docker-compose", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3250, in <module>
    @_call_aside
  File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3234, in _call_aside
    f(*args, **kwargs)
  File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3263, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'paramiko>=2.4.2' distribution was not found and is required by docker


`pkg install py37-paramiko` fixed the issue.
Comment 1 Rene Ladan freebsd_committer freebsd_triage 2021-05-04 16:15:00 UTC
Maintainer reset.
Comment 2 Zsolt Udvari freebsd_committer freebsd_triage 2024-07-12 17:55:54 UTC
Python 3.7 is no longer supported.
And when I try install docker-compose the pkg wants install py311-paramiko as dependency (needed by py311-docker which is dependency of docker-compose).