You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated it, downloaded python-inquirerpy seperately, uninstalled everything, redownloaded and reinstalled everything couple of times, still I get thrown with this error:
❯ fastanime anilist
Traceback (most recent call last):
File "/usr/bin/fastanime", line 8, in <module>
sys.exit(FastAnime())
~~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/fastanime/__init__.py", line 20, in FastAnime
run_cli()
~~~~~~~^^
File "/usr/lib/python3.13/site-packages/click/core.py", line 1157, in __call__
return self.main(*args, **kwargs)
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
File "/usr/lib/python3.13/site-packages/click/core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/usr/lib/python3.13/site-packages/click/core.py", line 1666, in invoke
rv = super().invoke(ctx)
File "/usr/lib/python3.13/site-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
File "/usr/lib/python3.13/site-packages/click/decorators.py", line 33, in new_func
return f(get_current_context(), *args, **kwargs)
File "/usr/lib/python3.13/site-packages/fastanime/cli/commands/anilist/__init__.py", line 124, in anilist
from ...interfaces.anilist_interfaces import (
fastanime_main_menu as anilist_interface,
)
File "/usr/lib/python3.13/site-packages/fastanime/cli/interfaces/anilist_interfaces.py", line 9, in <module>
from InquirerPy import inquirer
ModuleNotFoundError: No module named 'InquirerPy'
I have python-inquirerpy installed. Using the stable release from paru on Arch Linux.
The text was updated successfully, but these errors were encountered:
I updated it, downloaded
python-inquirerpy
seperately, uninstalled everything, redownloaded and reinstalled everything couple of times, still I get thrown with this error:I have
python-inquirerpy
installed. Using the stable release fromparu
on Arch Linux.The text was updated successfully, but these errors were encountered: