Skip to content
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

ImportError: cannot import name 'dependency_versions_check' #421

Open
gerroon opened this issue Dec 28, 2023 · 0 comments
Open

ImportError: cannot import name 'dependency_versions_check' #421

gerroon opened this issue Dec 28, 2023 · 0 comments

Comments

@gerroon
Copy link

gerroon commented Dec 28, 2023

Hi

I installed all the components but hitting this issue when I run it. I am on Windows 11

The system cannot find the file specified.
Runtime launching in B: drive mode
Traceback (most recent call last):
  File "aiserver.py", line 58, in <module>
    from utils import debounce
  File "C:\PROGRAMS\KoboldAI\utils.py", line 11, in <module>
    from transformers import __version__ as transformers_version
  File "B:\python\lib\site-packages\transformers\__init__.py", line 30, in <module>
    from . import dependency_versions_check
ImportError: cannot import name 'dependency_versions_check' from partially initialized module 'transformers' (most likely due to a circular import) (B:\python\lib\site-packages\transformers\__init__.py)
(base) C:\PROGRAMS\KoboldAI>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant