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
Stuck in installing pydensecrf just now and finally solved~ This issue is just for the convenience of followers~
cython 3.0.0 currently doesn't support the compilation of pydensecrf and directly runing the following command pip install git+https://github.com/lucasb-eyer/pydensecrf.git will fail.
Use the following instead: pip3 install --force-reinstall cython==0.29.36 pip3 install --no-build-isolation git+https://github.com/lucasb-eyer/pydensecrf.git
Stuck in installing pydensecrf just now and finally solved~ This issue is just for the convenience of followers~
cython 3.0.0 currently doesn't support the compilation of pydensecrf and directly runing the following command
pip install git+https://github.com/lucasb-eyer/pydensecrf.git
will fail.Use the following instead:
pip3 install --force-reinstall cython==0.29.36
pip3 install --no-build-isolation git+https://github.com/lucasb-eyer/pydensecrf.git
Reference:
lucasb-eyer/pydensecrf#123 (comment)
The text was updated successfully, but these errors were encountered: