Search Criteria
Package Details: python-gpt4all 2.2.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-gpt4all.git (read-only, click to copy) |
---|---|
Package Base: | python-gpt4all |
Description: | Python binding for gpt4all |
Upstream URL: | https://pypi.org/project/gpt4all/ |
Licenses: | MIT |
Submitter: | WSDMatty |
Maintainer: | WSDMatty |
Last Packager: | WSDMatty |
Votes: | 2 |
Popularity: | 0.37 |
First Submitted: | 2023-12-22 13:06 (UTC) |
Last Updated: | 2024-02-12 04:15 (UTC) |
Latest Comments
Patschke commented on 2025-04-28 11:22 (UTC)
After installing and trying to import gpt4all in python I got a
ModuleNotFoundError: No module named 'tqdm'
, so I guess this apython-tqdm
dependency would be helpful?