[Bug 244230] sysutils/docker-compose: missing paramiko dependency

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 19 14:36:01 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244230

            Bug ID: 244230
           Summary: sysutils/docker-compose: missing paramiko dependency
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: lifanov at freebsd.org
          Reporter: timp87 at gmail.com
          Assignee: lifanov at freebsd.org
             Flags: maintainer-feedback?(lifanov at freebsd.org)

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list