Skip to content

No Module/Attribute #887

@De-Been-Tech-Solutions

Description

@De-Been-Tech-Solutions
(gpt4all) [insertusernamehere@fedora python]$ python3 -c "import gpt4all; print(gpt4all.models.list_models())"
Traceback (most recent call last):
  File "", line 1, in 
AttributeError: module 'gpt4all' has no attribute 'models'
(gpt4all) [insertusernamehere@fedora python]$ python3 -c "import gpt4all_bindings.python; print(gpt4all.models.list_models())"
Traceback (most recent call last):
  File "", line 1, in 
ModuleNotFoundError: No module named 'gpt4all_bindings'

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions