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

ImportError: No module named setuptools #50

Closed
ghost opened this issue Mar 6, 2017 · 1 comment
Closed

ImportError: No module named setuptools #50

ghost opened this issue Mar 6, 2017 · 1 comment
Labels

Comments

@ghost
Copy link

ghost commented Mar 6, 2017

There is no debian package for QDarkStyleSheet so I did a git clone. Then ran: $ python setup.py install.

Output is:

Traceback (most recent call last): File "setup.py", line 29, in <module> from setuptools import setup, find_packages ImportError: No module named setuptools

@ColinDuquesnoy
Copy link
Owner

You miss the python-setuptools package. Nowadays, this package is the default python packaging tool. You'll need it to install almost every python package, that's why it is not listed in the package dependencies. I am surprised it is not part of the default python install.

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

No branches or pull requests

1 participant