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

CLI won't run. TypeError: 'module' object is not callable #10

Open
vindolin opened this issue Feb 13, 2024 · 1 comment
Open

CLI won't run. TypeError: 'module' object is not callable #10

vindolin opened this issue Feb 13, 2024 · 1 comment

Comments

@vindolin
Copy link

After installing favicons in a virtualenv under Python 3.10.12, when I try to start the CLI with favicons --help, I get the following error:

Traceback (most recent call last):
  File "/home/tulpe/.virtualenvs/favtest/bin/favicons", line 8, in <module>
    sys.exit(cli())
TypeError: 'module' object is not callable
@longhotsummer
Copy link

You can work around this by calling favicons/cli.py directly, such as: .env/lib/python3.8/site-packages/favicons/cli.py

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