You are not logged in.

#1 2017-11-16 01:55:32

kutz
Member
Registered: 2017-08-31
Posts: 5

python thinc install failing with pip

Hi,

I'm attempting to install the thinc package for python for use with the spacy package. I'm attempting to do so using pip. The output of

sudo pip install thinc

is here: https://pastebin.com/p6N9VDMh. I was able successfully install thinc using pip on another machine just yesterday, soI'm not sure what's going on with my machine here.

Any thoughts would be appreciated.

Thanks

Offline

#2 2017-11-16 03:01:25

bulletmark
Member
From: Brisbane, Australia
Registered: 2013-10-22
Posts: 649

Re: python thinc install failing with pip

You are best to install spacy in a python virtual environment to avoid affecting, and being affected by, your system packages. It installs and runs fine for me:

% python -m venv spacy
% spacy/bin/pip install spacy
% spacy/bin/python -m spacy

    Available commands
    download, link, info, train, evaluate, convert, package, vocab, profile,
    validate

%

Last edited by bulletmark (2017-11-16 03:06:50)

Offline

Board footer

Powered by FluxBB