Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ovjust opened this issue May 17, 2024 · 2 comments
Open

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

ovjust opened this issue May 17, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@ovjust
Copy link

ovjust commented May 17, 2024

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 ovjust added the bug Something isn't working label May 17, 2024
@jmar5439
Copy link

same here

@jmar5439
Copy link

jmar5439 commented May 26, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants