Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FastAnime keeps throwing this error about InquirerPy #51

Closed
FireDrop6000 opened this issue Jan 6, 2025 · 1 comment
Closed

FastAnime keeps throwing this error about InquirerPy #51

FireDrop6000 opened this issue Jan 6, 2025 · 1 comment

Comments

@FireDrop6000
Copy link

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.

@andr515i
Copy link

I had the same error. I wasn't abled to fix it, but i worked around it by removing my installation of fastanime and then building from source.

@Benexl Benexl pinned this issue Jan 17, 2025
@Benexl Benexl closed this as completed Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants