We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I've tried to build this as the instruction says, but currently there is a problem with pip: info
The error was saying that module setuptools is not installed although I've had it for 2.7 and 3.0 via Debian repository and pip.
ModuleNotFoundError: No module named 'setuptools'
But, you can still run this program without pip on Debian.
apt-get install python3-setuptools portaudio19-dev python3-numpy python3-pyaudio python3-crcmod pyqt5-dev python3-pyqtgraph python3-ruamel.yaml python3-requests
cd horus-gui python3.9 horus-gui.py
Many thanks for guys from DUG :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I've tried to build this as the instruction says, but currently there is a problem with pip: info
The error was saying that module setuptools is not installed although I've had it for 2.7 and 3.0 via Debian repository and pip.
But, you can still run this program without pip on Debian.
Many thanks for guys from DUG :)
The text was updated successfully, but these errors were encountered: