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 on ARM (Beaglebone Black) #1

Open
me21 opened this issue Nov 30, 2022 · 1 comment
Open

Unable to install on ARM (Beaglebone Black) #1

me21 opened this issue Nov 30, 2022 · 1 comment

Comments

@me21
Copy link

me21 commented Nov 30, 2022

debian@evolve-1:~/evolve_web$ venv/bin/pip3 install netifaces-plus
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
ERROR: Could not find a version that satisfies the requirement netifaces-plus (from versions: none)
ERROR: No matching distribution found for netifaces-plus
@me21
Copy link
Author

me21 commented Nov 30, 2022

I was able to build wheel and install it locally by following the instructions at https://packaging.python.org/en/latest/tutorials/packaging-projects/ (cloning the repo, running python3 -m pip install --upgrade build and python3 -m build)

My target platform is 32-bit ARM which is probably why pip couldn't find prebuilt wheel.

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

1 participant