skip to Main Content

How to install python3-distutils on ubuntu 24.04

I'm attempting to install python3-distutils on Ubuntu 24.04 using the command sudo apt-get install python3-distutils, but encountering an error. Could someone please provide an alternative method to download and install python3-distutils? root@vps:~# apt-get install python3-distutils Reading package lists... Done Building…

VIEW QUESTION

Ubuntu – trying to setup docker for home server getting 'chunked'

On Ubuntu 24.04 LTS running docker-compose command caused below error. sudo docker-compose up -d Traceback (most recent call last): File "/usr/lib/python3/dist-packages/docker/api/client.py", line 214, in _retrieve_server_version return self.version(api_version=False)["ApiVersion"] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/docker/api/daemon.py", line 181, in version return self._result(self._get(url), json=True) ^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/docker/utils/decorators.py",…

VIEW QUESTION
Back To Top
Search