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

Program crashes on startup #120

Closed
Quicksilver151 opened this issue Mar 19, 2023 · 2 comments
Closed

Program crashes on startup #120

Quicksilver151 opened this issue Mar 19, 2023 · 2 comments

Comments

@Quicksilver151
Copy link
Contributor

Describe the bug
program crashes at startup, regardless of what modes are selected

To Reproduce
Steps to reproduce the behavior:
run the program

Expected behavior
runs correctly

Info
error:

~> python3 ./anipy-cli

  File "/home/renderinguser/CustomPath/anipy-cli", line 2, in <module>
    from anipy_cli import cli
  File "/home/renderinguser/GIT/anipy-cli/anipy_cli/__init__.py", line 13, in <module>
    from anipy_cli.download import download
  File "/home/renderinguser/GIT/anipy-cli/anipy_cli/download.py", line 16, in <module>
    from anipy_cli.misc import response_err, error, keyboard_inter
  File "/home/renderinguser/GIT/anipy-cli/anipy_cli/misc.py", line 12, in <module>
    from anipy_cli.config import Config
  File "/home/renderinguser/GIT/anipy-cli/anipy_cli/config.py", line 12, in <module>
    class Config:
  File "/home/renderinguser/GIT/anipy-cli/anipy_cli/config.py", line 162, in Config
    def _read_config():
  File "/usr/lib/python3.8/functools.py", line 526, in decorating_function
    wrapper = _lru_cache_wrapper(user_function, maxsize, typed, _CacheInfo)
TypeError: the first argument must be callable

Platform

  • OS: Linux (Kubuntu)

Additional context
highly suspect it to be some version incompatibility or something

@sdaqo sdaqo closed this as completed in 9a213a1 Mar 19, 2023
@sdaqo sdaqo reopened this Mar 19, 2023
@sdaqo
Copy link
Owner

sdaqo commented Mar 19, 2023

yeah this is a incompatibility issue. I tried fixing it, works with python 3.9

@Quicksilver151
Copy link
Contributor Author

works now

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

2 participants