-
Notifications
You must be signed in to change notification settings - Fork 3
Description
hi ,
I am very interested by this tool, exactly what I need, but I fail to install it.
I tried pip install screenshot2code==0.0.1
Collecting screenshot2code==0.0.1
Downloading screenshot2code-0.0.1-py3-none-any.whl.metadata (797 bytes)
INFO: pip is looking at multiple versions of screenshot2code to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement shutil (from screenshot2code) (from versions: none)
ERROR: No matching distribution found for shutil
later it says :
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
screenshot2code 0.0.1 requires guesslang, which is not installed.
screenshot2code 0.0.1 requires PIL, which is not installed.
screenshot2code 0.0.1 requires pytesseract, which is not installed.
screenshot2code 0.0.1 requires shutil, which is not installed.
PIL , guesslang, pytesseract and shutil have problems to install too ..
pip install pytessaract
DEPRECATION: Loading egg at c:\usr\python311\lib\site-packages\screenshot2code-0.0.1-py3.11.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at pypa/pip#12330
ERROR: Could not find a version that satisfies the requirement pytessaract (from versions: none)
ERROR: No matching distribution found for pytessaract
Would you have any advice for me ? thank you !