allenai / scispacy

A full spaCy pipeline and models for scientific/biomedical documents.
https://allenai.github.io/scispacy/
Apache License 2.0
1.68k stars 225 forks source link

Installation issue with Python 3.9 #432

Closed smakurugoda closed 2 years ago

smakurugoda commented 2 years ago

There seems to be an issue with the installation of scispacy on Python 3.9. The following error gets thrown during the installation process.

command 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29333\bin\HostX86\x64\cl.exe' failed with exit code 2

I was able to install on Python 3.6 without any issues.

dakinggg commented 2 years ago

Please show the whole error and what command you ran.