Skip to content

ImportError: cannot import name 'dependency_versions_check'  #421

Description

@gerroon

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions