You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In requirements.txt, we ask for plac<0.9.3 and in setup.py for plac. As plac 0.9.6 is released, if we start by a pip3 install -r requirements.txt then python3 setup.py install, we get a conflicting version error.
As a side note, in requirements.txt we don't have a version requirement for ujson, but we do in setup.py (ujson>=1.35). It would be great to change this too.
Your Environment
spaCy Version Used: HEAD
The text was updated successfully, but these errors were encountered:
Bug
In
requirements.txt
, we ask forplac<0.9.3
and insetup.py
forplac
. As plac 0.9.6 is released, if we start by apip3 install -r requirements.txt
thenpython3 setup.py install
, we get a conflicting version error.As a side note, in
requirements.txt
we don't have a version requirement forujson
, but we do insetup.py
(ujson>=1.35
). It would be great to change this too.Your Environment
The text was updated successfully, but these errors were encountered: