-
Notifications
You must be signed in to change notification settings - Fork 20
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
bug: The wheel is invalid: invalid console script: 'main' - clippyx-0.1-py3-none-any.whl #19
Comments
Same error here : |
Are u using conda or python venv? |
Standard python venv, conda is too chonky for me. |
can you run |
No, it looks like main.py has errors where it's trying to use the old numpy (pre 2.0) methods:
|
There are some issues due to version updates. I will update the requirements soon. Thank you for reporting this |
Fixed in |
Still seems broken:
|
I see the problem with doctr and it's trying to install the tf version. Can you try to install |
Neat project!
When trying to install following the readme, Python errors out stating the wheel is invalid:
Interestingly running
python setup.py install
works, but then running the app crashes with:And installing directly without a venv also fails:
The text was updated successfully, but these errors were encountered: