chartbeat-labs / textacy

NLP, before and after spaCy
https://textacy.readthedocs.io
Other
2.21k stars 249 forks source link

can't seem to download textacy any longer from conda or pypi #296

Closed Leo808s closed 4 years ago

Leo808s commented 4 years ago

Any of : conda install -c conda-forge textacy conda install -c conda-forge/label/cf201901 textacy conda install -c conda-forge/label/cf202003 textacy

now result in endless solving environment, etc. But can download other programs without issue.

pip install textacy - any version really.

It gives the error that visual c++ 14 is not found. But I definitely have it. These issues all popped up in the past day or so and have tried everything.

I tried the recent and 0.7.1. I had been using it since last summer on the same machine and it stopped working yesterday. I uninstalled conda, reinstalled, etc. I really need it to work with a spacy matcher script. The whitespace preprocess is critical to it but stopped working - I started getting an error saying preprocess wasn't recognized as part of textacy.

python: 3.7.6 os: windows 10 spacy: 2.2.4

Any suggestions greatly appreciated!