python-argparse
must be removed from the depends
array, see ↗ here.
Thanks for maintaining!
Git Clone URL: | https://aur.archlinux.org/revchatgpt-git.git (read-only, click to copy) |
---|---|
Package Base: | revchatgpt-git |
Description: | Lightweight package for interacting with ChatGPT's API by OpenAI. Uses reverse engineered official API. |
Upstream URL: | https://github.com/acheong08/ChatGPT |
Licenses: | GPL2 |
Conflicts: | chatgpt, python-revchatgpt, revchatgpt |
Provides: | python-revchatgpt, python-revchatgpt-git, revchatgpt |
Replaces: | chatgpt, chatgpt-git |
Submitter: | dreieck |
Maintainer: | bgkillas |
Last Packager: | dreieck |
Votes: | 2 |
Popularity: | 0.160155 |
First Submitted: | 2022-12-24 13:14 (UTC) |
Last Updated: | 2023-04-10 10:25 (UTC) |
python-argparse
must be removed from the depends
array, see ↗ here.
Thanks for maintaining!
Upstream does too quickly change.
Now another python module async_tio
is missing, and the (former?) dependency python-openaiauth-git
has changed from some python to some go code.
I am disowning.
Please, anyone interested taking over.
Regards!
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/usr/lib/python3.10/site-packages/revChatGPT/V1.py", line 30, in <module>
from .recipient import PythonRecipient
File "/usr/lib/python3.10/site-packages/revChatGPT/recipient.py", line 30, in <module>
from async_tio import Tio
ModuleNotFoundError: No module named 'async_tio'
@csts:
The packages python-openaiauth-git
, python-undetected-chromedriver-git
and python-tiktoken-git
do provide those dependencies, as can be seen here on this AUR page of revchatgpt-git
.
If you use an AUR wrapper and it does not resolve this stuff automatically, parsing the provides
-arrays, then install them manually (with --asdeps
).
:: error: Can't resolve dependencies for AUR package 'revchatgpt-git':
:: error: Dependencies missing for revchatgpt-git
:: warning: Following packages cannot be found in AUR:
python-openaiauth
python-undetected-chromedriver
python-tiktoken
:: Try recovering revchatgpt-git?
Upstream seems to have changed dependencies considerably (see setup.py
).
Adapted.
Now seems to work again.
A configuration file with login credentials needs to be created, see revchatgpt.install
's post_install()
.
the link is missing "https://pypi.org/project/cf-clearance2/" error 404, revchatgpt can't be installed
Pinned Comments
dreieck commented on 2023-04-25 11:22 (UTC)
Upstream does too quickly change.
Now another python module
async_tio
is missing, and the (former?) dependencypython-openaiauth-git
has changed from some python to some go code.I am disowning.
Please, anyone interested taking over.
Regards!