antocuni/pypy-wheels
Fork: 17 Star: 81 (更新于 2024-11-05 03:04:21)
license: MIT
Language: Python .
PyPy binary wheels for some popular packages
最后发布版本: 0.0.1 ( 2017-07-20 21:29:11)
Binary wheels for PyPy
This repo contains PyPy binary wheels for some popular packages. This is still highly experimental. There is a travis cron job which runs daily, to ensure that we build new wheels if there are new releases of such packages.
We continuously build wheels for the two latest PyPy releases, which currently are:
-
PyPy 7.3.1
-
PyPy 7.3.0
Older version of PyPy are still partially supported, to avoid breaking your builds: the exising wheels will not be deleted, but when a package release a new version the wheel will not be updated.
We build manylinux2010[1] wheels, which means that they should work on any
reasonably recent linux distribution. Note that the pip
which is shipped
by pypy <=7.2.0
is very old and thus does not support manyinux2010
wheels. Make sure to upgrade your pip
as a first step.
To use the wheels, you can invoke pip like this:
$ pip install -U pip
$ pip install --extra-index-url https://antocuni.github.io/pypy-wheels/manylinux2010 numpy
Or, in case you use a requirements.txt
file, you can put the extra index
option at the beginning:
--extra-index-url https://antocuni.github.io/pypy-wheels/manylinux2010/
numpy
scipy
[1] https://github.com/pypa/manylinux
At the moment of writing, we provide binary wheels for the following packages:
- numpy
- scipy
- cython
- pandas
- xgboost
- cryptography
- psutil
- netifaces
- gevent
If you want more packages, pull requests are welcome.
Status of the packages
Plase note that the purpose of this repo is only to provide wheels for the existing packages in order to save build time. The actual functionalities of the packages might or might not work correctly on PyPy. If you encounter a bug, do not open an issue on this repo as this is not the right place: please report it to the PyPy and/or the specific package issue trackers.
Older Ubuntu-based images
Before switching to manylinux2010, this repo used to built ubuntu-based
wheels. These are still available at the old address, to avoid breaking your
build unexpectedly. New versions of the wheels will be built for a while in
the legacy-ubuntu
[2] branch. Note that scipy wheels are no longer supported
on that branch, so if you need a binary scipy wheel for pypy, you should use
the manylinux ones.
To install the old wheels, use:
$ pip install --extra-index-url https://antocuni.github.io/pypy-wheels/ubuntu numpy
[2] https://github.com/antocuni/pypy-wheels/tree/legacy-ubuntu
最近版本更新:(数据更新于 2024-09-19 19:20:05)
2017-07-20 21:29:11 0.0.1
antocuni/pypy-wheels同语言 Python最近更新仓库
2024-11-23 02:05:08 hect0x7/JMComic-Crawler-Python
2024-11-22 19:26:55 ultralytics/ultralytics
2024-11-22 18:58:34 home-assistant/core
2024-11-22 08:12:43 jxxghp/MoviePilot
2024-11-22 06:37:14 notepad-plus-plus/nppPluginList
2024-11-22 06:12:44 dagster-io/dagster