简体   繁体   中英

Jupyter notebook pip install scispacy

I am using Jupyter Notebooks and have been trying to install scispacy ( https://allenai.github.io/scispacy/ ). Following the instructions I think I have installed scispacy using

!pip install scispacy

But cannot install the actual package I want en_core_sci_sm ( https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.4.0/en_core_sci_sm-0.4.0.tar.gz ). The instructions say to use:

!pip install <download url>

but this returns the error: The syntax of the command is incorrect.

try to download the tar.gz first and replace with path to the tar.gz

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM