Skip to content

Commit

Permalink
Add warnings about 3.8 (resolves #4593) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Nov 5, 2019
1 parent fed53b1 commit 828ef27
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ For detailed installation instructions, see the
[pip]: https://pypi.org/project/spacy/
[conda]: https://anaconda.org/conda-forge/spacy

> ⚠️ **Important note for Python 3.8:** We can't yet ship pre-compiled binary
> wheels for spaCy that work on Python 3.8, as we're still waiting for our CI
> providers and other tooling to support it. This means that in order to run
> spaCy on Python 3.8, you'll need [a compiler installed](#source) and compile
> the library and its Cython dependencies locally. If this is causing problems
> for you, the easiest solution is to **use Python 3.7** in the meantime.
### pip

Using pip, spaCy releases are available as source packages and binary wheels (as
Expand Down
11 changes: 11 additions & 0 deletions website/docs/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ available over [pip](https://pypi.python.org/pypi/spacy) and
> possible, the new docs also include notes on features that have changed in
> v2.0, and features that were introduced in the new version.
<Infobox variant="warning" title="Important note for Python 3.8">

We can't yet ship pre-compiled binary wheels for spaCy that work on Python 3.8,
as we're still waiting for our CI providers and other tooling to support it.
This means that in order to run spaCy on Python 3.8, you'll need
[a compiler installed](#source) and compile the library and its Cython
dependencies locally. If this is causing problems for you, the easiest solution
is to **use Python 3.7** in the meantime.

</Infobox>

## Quickstart {hidden="true"}

import QuickstartInstall from 'widgets/quickstart-install.js'
Expand Down

0 comments on commit 828ef27

Please sign in to comment.