Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoefling/so-59927844
blis/spacy wheels for cp37-cp37m-linux_armv7l
https://github.com/hoefling/so-59927844
Last synced: about 1 month ago
JSON representation
blis/spacy wheels for cp37-cp37m-linux_armv7l
- Host: GitHub
- URL: https://github.com/hoefling/so-59927844
- Owner: hoefling
- Created: 2020-01-27T22:04:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T07:16:19.000Z (over 4 years ago)
- Last Synced: 2024-10-16T07:46:52.561Z (3 months ago)
- Size: 4.88 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### `blis` and `spacy` wheels for `cp37-cp37m-linux_armv7l` and `cp37-cp37m-linux_aarch64`
`blis==0.4.1` and `spacy==2.2.3` wheels for `cp37-cp37m-linux_armv7l` and `cp37-cp37m-linux_aarch64` arches. `armv7l` wheels built on a RPi 3 (target CPU: Cortex-A15), Raspbian Buster; `aarch64` wheels built on RPi 4 in the `manylinux2014` container (target CPU: Cortex-A57).
Build steps can be found in [this answer on SO](https://stackoverflow.com/a/59957172/2650249).
### Installing using PyPI index proxy
```sh
$ pip install spacy --extra-index-url=https://hoefling.io/pypi
```
`https://hoefling.io/pypi` simply proxies `pip install` requests to GitHub release page.### Installing from Github releases
`armv7l`:
```sh
$ pip install https://github.com/hoefling/so-59927844/releases/download/0.1/blis-0.4.1-cp37-cp37m-linux_armv7l.whl
$ pip install https://github.com/hoefling/so-59927844/releases/download/0.1/spacy-2.2.3-cp37-cp37m-linux_armv7l.whl
````aarch64`:
```sh
$ pip install https://github.com/hoefling/so-59927844/releases/download/0.2/blis-0.4.1-cp37-cp37m-manylinux2014_aarch64.whl
$ pip install https://github.com/hoefling/so-59927844/releases/download/0.2/spacy-2.2.4-cp37-cp37m-manylinux2014_aarch64.whl
```