Replies: 1 comment
-
As the error suggests "ImportError: tokenizers>=0.11.1,!=0.11.3,<0.13 is required for a normal functioning of this module" can you try specifying |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use Simpletransformers, and I have it pip installed and pinned as version 0.63.9.
I also have other packages installed, as can be seen here:
https://github.com/SamCox822/dmol-book/blob/b2e07c90993a612092dc5255d89a358a597787b1/package/setup.py , as well as
pip install torch-scatter torch-sparse torch-cluster torch-spline-conv torch-geometric -f https://data.pyg.org/whl/torch-1.12.0+cpu.html
However, when I try to then import simpletransformers, I get the following error:
NOTE: when I check the version of transformers (that is only installed as a dependency of simpletransformers), I get version 4.23.1.
I am kind of lost on how to address this problem, and I value any feedback.
Beta Was this translation helpful? Give feedback.
All reactions