-
Notifications
You must be signed in to change notification settings - Fork 196
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
Pip installation of NL-Augmenter fails because of tense
transformation
#342
Comments
@tanay2001 and @MukundVarmaT : Please have a look at this issue. The pip install fails because of the |
Hi @AbinayaM02, There were some modifications which were required on top of the i.e
Could you please confirm if this works for you. |
Hi @MukundVarmaT: Removing space didn't solve the issue. Looks like pip couldn't find the compatible version of mysqlclient.
Could you please try doing a fresh install of your transformation's requirements.txt alone and see if this happens? |
Hi @AbinayaM02 This seems to be a new issue, I have fixed the fork repo and it's working locally , please could you check again |
@AbinayaM02 |
Hi @MukundVarmaT: I have been busy with other PRs, so couldn't work on this issue. Will get back to you once I start working on it again. |
tense
transformation requires a library calledpattern
. The library is forked and the forked version is used in requirements which is causing the pip to fail. To avoid pip from failing, change the requirements to the actual pip package.The text was updated successfully, but these errors were encountered: