Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add spaCy 3 compatibility #49

Closed
thedjinn opened this issue Feb 18, 2021 · 4 comments · Fixed by #52
Closed

Add spaCy 3 compatibility #49

thedjinn opened this issue Feb 18, 2021 · 4 comments · Fixed by #52
Assignees
Labels
enhancement New feature or request

Comments

@thedjinn
Copy link

Currently spaczz does not install alongside the new spaCy 3 release. Attempting to upgrade a project to spaCy 3 while also using spaczz gives the following Pip error message:

The conflict is caused by:
    The user requested spacy==3.0.3
    spaczz 0.4.1 depends on spacy<3.0.0 and >=2.2.0
@gandersen101
Copy link
Owner

Hi @thedjinn. This is definitely a high priority for me. I am wrapping up a couple small fixes/enhancements now. If adding spaCy 3.0 compatibility does not require large changes (I don't think it will) I will include the spaCy 3.0 compatibility in the next release hopefully by the end of the weekend.

@gandersen101 gandersen101 added the enhancement New feature or request label Feb 18, 2021
@gandersen101 gandersen101 self-assigned this Feb 18, 2021
@gandersen101
Copy link
Owner

gandersen101 commented Feb 23, 2021

I'm a little behind schedule but hoping to have this done by Wednesday EST.

@gandersen101
Copy link
Owner

I was able to get v3 support working today however I am struggling with how to support both v2 and v3 at the same time which would be ideal. Unfortunately, I am going to end up spending some more time on this. Thanks for your patience.

@gandersen101
Copy link
Owner

I am having trouble getting the latest release uploaded to PyPi, as there seems to be an issue over there. Hopefully it will be resolved by the end of the day. Downloading the latest release available here should work in the meantime though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants