Skip to content

Python package repository providing wheels (pre-built binaries) for Raspberry Pi

License

Notifications You must be signed in to change notification settings

jamiejackherer/piwheels

 
 

Repository files navigation

piwheels

piwheels is Python package repository providing wheels (pre-built binaries) for the Armv6 and Armv7 architectures used by Raspberry Pi.

This repository contains the source code for building armv6 and armv7 wheels for packages found on PyPI, and the project's future will be discussed in GitHub issues.

The piwheels service is hosted at www.piwheels.org.

Usage

Raspbian Stretch includes configuration for pip to use piwheels by default. If you're using an alternate distribution, make sure you have pip v9, and you can use piwheels by placing the following lines in /etc/pip.conf:

[global]
extra-index-url=https://www.piwheels.org/simple

Alternatively, install from piwheels explicitly with -i or --index-url:

sudo pip3 install numpy -i https://www.piwheels.org/simple

or :

sudo pip3 install numpy --index-url https://www.piwheels.org/simple

Or as an additional index:

sudo pip3 install numpy --extra-index-url https://www.piwheels.org/simple

Support

piwheels provides wheels which are compatible with all Raspberry Pi models (Pi 3, Pi 2, Pi 1 and Pi Zero), for Python 3.4 and 3.5. We plan to add support for Python 3.6 and 2.7.

Issues

If you find any issues with packages installed from piwheels, please open a new issue in GitHub issues, providing as much detail as possible.

Contributing

See the contributing guidelines for more information.

Further reading

About

Python package repository providing wheels (pre-built binaries) for Raspberry Pi

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 87.9%
  • HTML 5.7%
  • SQLPL 2.9%
  • PLpgSQL 1.2%
  • Makefile 1.1%
  • Shell 0.6%
  • Other 0.6%