-
Notifications
You must be signed in to change notification settings - Fork 27.1k
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
Failed to import transformers #11262
Comments
I think this is the same issue as huggingface/tokenizers#585 |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
I am struggling with the same issue. Have you solved the problem? |
use pip instead of conda:
|
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
Solved this issue by downgrading to python 3.6 and conda 4.6.14 |
Solved this by downgrading from python 3.8 to 3.7 |
Solved this by doing |
didn't work for me :(, details: #15062 |
Maybe your numpy version is too low, try again after updating |
pip install numpy==1.24.2 works |
@kyxyxn how did you download python 3.6 . I am using colab and unable to downgrade the version. Any help is very appreciated. |
conda install python==3.6 |
I got this error when importing transformers. Please help.
My system is Debian 10, Anaconda3.
The text was updated successfully, but these errors were encountered: