-
Notifications
You must be signed in to change notification settings - Fork 14
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
error during the execution #3
Comments
You need to install |
We installed and it is showing requirements successfully installed. |
You need to check whether the package is installed at proper python path using |
After all tries we are getting this error again and again sir , can you please help me with this ??? PS C:\Users\purna chandu\OneDrive\Desktop\palmistry-main> python -u "c:\Users\purna chandu\OneDrive\Desktop\palmistry-main\code\read_palm.py" usage: read_palm.py [-h] --input INPUT |
Sir can you please explain this how to execute from here ? |
The program requires --input arugment to be executed. You can tell just by looking at this section in README. |
PS C:\Users\purna chandu\OneDrive\Desktop\palmistry-main\code> python .\read_palm.py --input hand1.jpg |
please send me the solution for this sir!! |
Traceback (most recent call last):
File "C:\Users\purna chandu\OneDrive\Desktop\palmistry-main\code\read_palm.py", line 3, in
from tools import *
File "C:\Users\purna chandu\OneDrive\Desktop\palmistry-main\code\tools.py", line 5, in
from pillow_heif import register_heif_opener
ModuleNotFoundError: No module named 'pillow_heif'
The text was updated successfully, but these errors were encountered: