Girtablulu Please install python-importlib-metadata after the update, was missing a rundep
Thank you! I did just do this, but there was an error at the tail end of the the eopkg installation. Here's the message:
sudo eopkg install python-importlib-metadata
Password:
Following packages will be installed:
python-configparser python-contextlib2 python-importlib-metadata python-importlib-resources python-more-itertools python-pathlib2 python-scandir
python-zipp
Total size of package(s): 296.00 KB
There are extra packages due to dependencies. Do you want to continue? (yes/no)y
Downloading 1 / 8
Package python-scandir found in repository Solus
python-scandir-1.10.0-6-1-x86_64.eopkg (21.0 KB)100% 129.47 MB/s [00:00:00] [complete]
Downloading 2 / 8
Package python-pathlib2 found in repository Solus
python-pathlib2-2.3.5-2-1-x86_64.eopkg (28.0 KB)100% 82.72 MB/s [00:00:00] [complete]
Downloading 3 / 8
Package python-importlib-resources found in repository Solus
python-importlib-resources-1.0.2-1-1-x86_64.eopkg (39.0 KB)100% 89.29 MB/s [00:00:00] [complete]
Downloading 4 / 8
Package python-configparser found in repository Solus
python-configparser-4.0.2-3-1-x86_64.eopkg (32.0 KB)100% 195.05 MB/s [00:00:00] [complete]
Downloading 5 / 8
Package python-contextlib2 found in repository Solus
python-contextlib2-0.6.0-1-1-x86_64.eopkg (10.0 KB)100% 73.09 MB/s [00:00:00] [complete]
Downloading 6 / 8
Package python-more-itertools found in repository Solus
python-more-itertools-4.3.0-1-1-x86_64.eopkg (109.0 KB)100% 143.40 MB/s [00:00:00] [complete]
Downloading 7 / 8
Package python-zipp found in repository Solus
python-zipp-0.6.0-1-1-x86_64.eopkg (7.0 KB)100% 50.12 MB/s [00:00:00] [complete]
Downloading 8 / 8
Package python-importlib-metadata found in repository Solus
python-importlib-metadata-0.23-2-1-x86_64.eopkg (45.0 KB)100% 96.52 MB/s [00:00:00] [complete]
Installing 1 / 8
python-scandir-1.10.0-6-1-x86_64.eopkg [cached]
Installing python-scandir, version 1.10.0, release 6
Extracting the files of python-scandir
Installed python-scandir
Installing 2 / 8
python-pathlib2-2.3.5-2-1-x86_64.eopkg [cached]
Installing python-pathlib2, version 2.3.5, release 2
Extracting the files of python-pathlib2
Installed python-pathlib2
Installing 3 / 8
python-importlib-resources-1.0.2-1-1-x86_64.eopkg [cached]
Installing python-importlib-resources, version 1.0.2, release 1
Extracting the files of python-importlib-resources
Installed python-importlib-resources
Installing 4 / 8
python-configparser-4.0.2-3-1-x86_64.eopkg [cached]
Installing python-configparser, version 4.0.2, release 3
[✓] Syncing filesystems success
Program terminated.
File conflicts:
/usr/lib/python2.7/site-packages/backports/__init__.py from python-backports package
/usr/lib/python2.7/site-packages/backports/__init__.pyc from python-backports package
Also, now I am back to the same error:
docker-compose up <containers>
Traceback (most recent call last):
File "/usr/bin/docker-compose", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3126, in <module>
@_call_aside
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3110, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3139, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 581, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 898, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 784, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'importlib_metadata' distribution was not found and is required by jsonschema
[Edit] I just checked back on the link from earlier https://dev.getsol.us/T8261. The same advice from Josh does indeed fix it again.