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

Unable to install requirements.txt modules #1

Open
janvgils opened this issue Feb 18, 2022 · 1 comment
Open

Unable to install requirements.txt modules #1

janvgils opened this issue Feb 18, 2022 · 1 comment

Comments

@janvgils
Copy link

Installing the solution on Debian amd64

virtualenv -p python3 virtenv
source ./virtenv/bin/activate

cd satellite-server
pip install -r requirements.txt

This will fail when python-apt and RPI_GPIO is part of the requirements.txt file, after removing both the installation went fine.

@tomvdb
Copy link
Owner

tomvdb commented Feb 19, 2022

Yeah, the requirements were originally designed for the raspberry pi environment. I have cleaned up the requirements.txt a bit, but will do some more testing on different distro's and platforms.

Thanks!

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