We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
favicons --help
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
The text was updated successfully, but these errors were encountered:
You can work around this by calling favicons/cli.py directly, such as: .env/lib/python3.8/site-packages/favicons/cli.py
favicons/cli.py
.env/lib/python3.8/site-packages/favicons/cli.py
Sorry, something went wrong.
No branches or pull requests
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:The text was updated successfully, but these errors were encountered: