Pip installation of NL-Augmenter fails because of `tense` transformation
See original GitHub issuetense
transformation requires a library called pattern
. 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.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Unable to install sentence-transformers, getting error
I encountered the same error, here is how I fixed it: first install torch 1.10.0 using the following. conda install pytorch torchvision ...
Read more >GEM-benchmark/NL-Augmenter - GitHub
The NL-Augmenter is a collaborative effort intended to add transformations of datasets dealing with natural language. Transformations augment text datasets ...
Read more >2022.acl-demo.pdf
The problem is to find matched events between two ... four files, because the text span of this argument is not fixed. ......
Read more >Python Programming Tutorial 2 - Installing PIP and fixing the ...
... errors in PIP installation. We will fix the errors like "Fatal error in lau. ... PIP installation and fixing errors in PIP...
Read more >Solving pip is not recognized error and problem in installing ...
hello everyone in this video i will solve your problems related to pip install errors1) pip is not recognized2) problem in installing ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
@AbinayaM02 can you confirm if the issue is solved now. Thanks