You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: