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

setup: ImportError: No module named 'setuptools' #77

Open
CarlFK opened this issue Jan 13, 2018 · 1 comment
Open

setup: ImportError: No module named 'setuptools' #77

CarlFK opened this issue Jan 13, 2018 · 1 comment

Comments

@CarlFK
Copy link
Contributor

CarlFK commented Jan 13, 2018

README.md says

Run python3 setup.py install if you want to install on your system.

juser@demo2:~/HDMI2USB-mode-switch$ python3 setup.py install
Traceback (most recent call last):
File "setup.py", line 4, in
from setuptools import find_packages
ImportError: No module named 'setuptools'

@mithro
Copy link
Member

mithro commented Jan 13, 2018

sudo apt-get install python3-setuptools

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

No branches or pull requests

2 participants