-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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.models.timm_wrapper.configuration_timm_wrapper #509
Comments
try reinstall timm |
it didnt solve it for me :( |
Marker doesn't require timm - I would make a clean virtualenv and only install marker. I think your other packages are causing issues (transformers tries to import timm if it's installed) |
I tried reinstalling in a fresh venv - it really seems like there was a conflict with another package. Works now - thanks. |
Quick hint in case this works for someone else; below is the path to a file to modify if you don't NEED ImageNet in timm: Shown is code before hack, and code after hack
...in case this helps |
With this method, I solved the problem. I just logged in to say thank you. Happy New Year, and may all the luck be with you.
|
I installed the package using pip on an Apple Silicon Mac. I get the following error when trying to run
marker_single myfile.pdf
:This is the full stack-trace:
The text was updated successfully, but these errors were encountered: