Open paulindani opened 3 years ago
This happens when your installed version of torchtext is out of date - deepmatcher requires torchtext 0.9 due to certain backwards incompatible changes made in 0.9. I'll update the pip required version in setup.py.
@sidharthms also experiencing this issue. Checked the torchtext release notes and it's been removed as of v.0.12.0.
I also have this issue, and I have torchtext v0.12.0. I saw on stackoverflow that it was supposed to work with torchtext v0.10.0 but this version isn't available on pip anymore.
ERROR: Could not find a version that satisfies the requirement torchtext==0.10.0 (from versions: 0.1.1, 0.2.0, 0.2.1, 0.2.3, 0.3.1, 0.4.0, 0.5.0, 0.6.0, 0.12.0) ERROR: No matching distribution found for torchtext==0.10.0
We'll look at migrating into the new torchtext over the next 1-2 months, but in the meantime you can get it working on most Linux platforms I believe (you can try running on Colab https://colab.research.google.com/ online) - torchtext 0.10 is still available for those https://pypi.org/project/torchtext/0.10.1/#files. 0.10 is not available for the newer Mac versions apparently.
On Fri, Jun 10, 2022 at 4:09 PM rafaelbo @.***> wrote:
I also have this issue, and I have torchtext v0.12.0. I saw on stackoverflow that it was supposed to work with torchtext v0.10.0 but this version isn't available on pip anymore.
ERROR: Could not find a version that satisfies the requirement torchtext==0.10.0 (from versions: 0.1.1, 0.2.0, 0.2.1, 0.2.3, 0.3.1, 0.4.0, 0.5.0, 0.6.0, 0.12.0) ERROR: No matching distribution found for torchtext==0.10.0
— Reply to this email directly, view it on GitHub https://github.com/anhaidgroup/deepmatcher/issues/85#issuecomment-1152792779, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWE5ZLJSBADAAMMZNUUA3TVOPDLHANCNFSM46S5MEGA . You are receiving this because you were mentioned.Message ID: @.***>
Using Deepmatcher 0.1.2 in Kaggle - torchtext.legacy issue
I have tried to use Deepmatcher 0.1.2 in Kaggle.com. I have tried both !pip install -qqq deepmatcher==0.1.2 and !pip install -qqq deepmatcher Once the installation is done, when I try to import the package with import deepmatcher as dm the following error appears:
ModuleNotFoundError Traceback (most recent call last)