Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Error Running ./install.sh install Command #250

Open
PcBrewer opened this issue Jul 21, 2019 · 4 comments
Open

Error Running ./install.sh install Command #250

PcBrewer opened this issue Jul 21, 2019 · 4 comments

Comments

@PcBrewer
Copy link

No description provided.

@PcBrewer
Copy link
Author

I got the the part of the install where I was running the "./install.sh install" command and got this error" linux-modules-extra-4.15.0-51-generic melt
oxygen-icon-theme screen-resolution-extra
x11proto-dri2-dev x11proto-gl-dev
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Traceback (most recent call last):
File "setup.py", line 4, in
from setuptools import setup, find_packages
ModuleNotFoundError: No module named 'setuptools'"

Any suggestions? Thank You.

1 similar comment
@PcBrewer
Copy link
Author

I got the the part of the install where I was running the "./install.sh install" command and got this error" linux-modules-extra-4.15.0-51-generic melt
oxygen-icon-theme screen-resolution-extra
x11proto-dri2-dev x11proto-gl-dev
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Traceback (most recent call last):
File "setup.py", line 4, in
from setuptools import setup, find_packages
ModuleNotFoundError: No module named 'setuptools'"

Any suggestions? Thank You.

@MichelHanzen
Copy link

Same problem:
Traceback (most recent call last):
File "setup.py", line 4, in
from setuptools import setup, find_packages
ModuleNotFoundError: No module named 'setuptools'

@MichelHanzen
Copy link

Solution:
sudo apt-get install python3-setuptools
and then:
./install.sh install

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants