No Module/Attribute #888
-
(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' |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 20 replies
-
There appears to be no modules nor attributes that get installed when using the following python command: python3 install -e . |
Beta Was this translation helpful? Give feedback.
-
@NickDeBeenSAE did you had a look at the getting started guide? https://localai.io/basics/getting_started/ |
Beta Was this translation helpful? Give feedback.
-
That's not latest for sure, see here: $ docker-compose --version
Docker Compose version 2.20.2 |
Beta Was this translation helpful? Give feedback.
@NickDeBeenSAE You might try https://get.docker.com/ instead of relying on Fedora's repo process.