otherwise

Members
  • Posts

    3
  • Joined

  • Last visited

otherwise's Achievements

Noob

Noob (1/14)

1

Reputation

  1. libffi is available in Nerdpack That's where I got it. Manually just meant that it was a dependency I had to install myself
  2. Installing it through pip worked for me! Just like Arndroid I had to install libffi manually, but that was it. (Uninstalled python 2 as I don't use it but kept python 3, pip and setuptools. So simply installed with "pip3 install docker-compose". Only other NerdPack package is Pearl.)
  3. I have issues with docker-compose as well, using "docker-compose-1.25.4-x86_64-1_SBo.txz" installed a few minutes ago. Previously I did not have python 2 or setuptools installed, they seems to be required with the latest build? With them installed I get the error message below when running "docker-compose up" Traceback (most recent call last): File "/usr/bin/docker-compose", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3251, in <module> @_call_aside File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3235, in _call_aside f(*args, **kwargs) File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 3264, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master ws.require(__requires__) File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 900, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 786, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'ipaddress<2,>=1.0.16' distribution was not found and is required by docker-compose