regards, I just installed guixsd in my work station, at the moment everything is fine.
install docker and docker-compose but at the time of executing it I have the following error Traceback (most recent call last): File "/gnu/store/l26izdvqqb5lpbbiwk3rhd6zf5q5x7sh-docker-compose-1.5.2/bin/.docker-compose-real", line 6, in <module> from pkg_resources import load_entry_point File "/gnu/store/wqr8rwnwpmag01i6kb0laf62vsqnhrxy-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3088, in <module> @_call_aside File "/gnu/store/wqr8rwnwpmag01i6kb0laf62vsqnhrxy-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3072, in _call_aside f(*args, **kwargs) File "/gnu/store/wqr8rwnwpmag01i6kb0laf62vsqnhrxy-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3101, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/gnu/store/wqr8rwnwpmag01i6kb0laf62vsqnhrxy-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 574, in _build_master ws.require(__requires__) File "/gnu/store/wqr8rwnwpmag01i6kb0laf62vsqnhrxy-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 892, in require needed = self.resolve(parse_requirements(requirements)) File "/gnu/store/wqr8rwnwpmag01i6kb0laf62vsqnhrxy-python-3.7.0/lib/python3.7/site-packages/pkg_resources/__init__.py", line 778, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'jsonschema<3,>=2.5.1' distribution was not found and is required by docker-compose apparently the dependencies of this package are wrong, someone can tell me how I can solve it. thank you.