self-operating-computer
self-operating-computer copied to clipboard
No module named 'distutils' 。python3.10
macOs 10.14, python 3.10, pip3 install self-operating-computer==1.4.5
File "/private/var/folders/6s/p2x6xms901gb9knqjqtj1vhr0000gn/T/pip-build-env-o4c5xwll/overlay/lib/python3.12/site-packages/setuptools/__init__.py", line 10, in <module>
import distutils.core
ModuleNotFoundError: No module named 'distutils'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error
same here
Using python 3.10
It worked for me like this:
install the latest pip with the following command:
curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10
Then
python3.10 -m pip install self-operating-computer