self-operating-computer icon indicating copy to clipboard operation
self-operating-computer copied to clipboard

No module named 'distutils' 。python3.10

Open ovjust opened this issue 1 year ago • 2 comments

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

ovjust avatar May 17 '24 09:05 ovjust

same here

jmar5439 avatar May 26 '24 14:05 jmar5439

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

jmar5439 avatar May 26 '24 15:05 jmar5439