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

Installation error ... #60

Closed
aiamuzz opened this issue Sep 4, 2021 · 3 comments
Closed

Installation error ... #60

aiamuzz opened this issue Sep 4, 2021 · 3 comments
Labels

Comments

@aiamuzz
Copy link

aiamuzz commented Sep 4, 2021

Distro : Deepin Linux(Debian based)
Pavucontrol installed

Installation error ...

$ sudo ./setup.py install
[sudo] password for muz: 
Verification successful
Traceback (most recent call last):
  File "./setup.py", line 5, in <module>
    from setuptools import find_packages, setup
ImportError: No module named setuptools

@raven2cz
Copy link
Contributor

raven2cz commented Sep 4, 2021

Because you is used manual way. In this case, you have to handle appropriate dependencies by yourself.

You have two choices, use automatic way with python pip, or continue with manual way to install deps.

https://packaging.python.org/guides/installing-using-linux-tools/#debian-ubuntu
https://packaging.python.org/key_projects/#setuptools

sudo apt update
sudo apt install python3-venv python3-pip

@aiamuzz
Copy link
Author

aiamuzz commented Sep 4, 2021

use automatic way with python pip

@raven2cz ... I don't see any automatic way being described on the project page ?

Could you please list out the steps to install the automatic way ?
thanks.

@raven2cz
Copy link
Contributor

raven2cz commented Sep 4, 2021

sorry, automatic way is just for aur repo now.
You have to use install steps by README page.

@buzz buzz closed this as completed Sep 5, 2021
@buzz buzz added the question label Sep 5, 2021
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

3 participants