Liebeck / spacy-sentiws

German sentiment scores with SentiWS as extension for spaCy
MIT License
36 stars 6 forks source link

pip install spacy-sentiws installs an older version #5

Closed shubhamk8597 closed 2 years ago

shubhamk8597 commented 2 years ago

pip install spacy-sentiws installs an older version where it is not compatible with the spacy 3. How can I get this git repo in pip installation?

anagarlau commented 2 years ago

Hi. I have the same issues regarding the installation with pip. Could you please explain how to get the actual version? thanks

Liebeck commented 2 years ago

@anagarlau I haven't worked with spaCy for a while. I already accepted a pull request which should bump successfully to spaCy 3. For now, you need download the source from the GitHub repository. I hope that I found the time to relearn how to upload a need package version during the Christmas holidays. If someone can link me working tutorial, that would be much appreciated. I'm not sure if I can find my credentials.

Liebeck commented 2 years ago

@shubhamk8597 @anagarlau I finally pushed the spaCy 3 version to PyPI

anagarlau commented 2 years ago

Thanks, it s working perfectly now 😊