OthersideAI / self-operating-computer

A framework to enable multimodal models to operate a computer.
https://www.hyperwriteai.com/self-operating-computer
MIT License
8.2k stars 1.09k forks source link

No module named 'distutils' 。python3.10 #190

Open ovjust opened 1 month ago

ovjust commented 1 month ago

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

jmar5439 commented 1 month ago

same here

jmar5439 commented 1 month ago

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