spacy-udpipe icon indicating copy to clipboard operation
spacy-udpipe copied to clipboard

New PyPi release?

Open BramVanroy opened this issue 3 years ago • 2 comments
trafficstars

There have been a couple of commits since the last release in June last year. Can these be pushed to PyPi and added here as a new release? That would be useful (in my case, the download information).

BramVanroy avatar Mar 05 '22 15:03 BramVanroy

One of the commits (or rather merges) is important, it fixes a bug for Windows, which did not play well with multi-processing (ca6a77c0b13183a3f213361f24dc42f046d702df). When I try to install the latest commit (a38cd1e1c8dc5e18def177cd21d12922da833d6f), I get a weird error (languages.json is not found, or something similar).

Anyway, it seems like ca6a77c0b13183a3f213361f24dc42f046d702df is better than the state of the latest release and the difference is significant.

maayanorner avatar Jun 11 '24 13:06 maayanorner

the setup.py has an error at https://github.com/TakeLab/spacy-udpipe/blob/a38cd1e1c8dc5e18def177cd21d12922da833d6f/setup.py#L55

should update to following to fix pip install

package_data={"spacy_udpipe": ["./resources/languages.json"], },

xiyang-aads-lilly avatar Jan 21 '25 04:01 xiyang-aads-lilly