You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft Windows [Version 10.0.19045.4529]
(c) Microsoft Corporation. All rights reserved.
C:\Users\lenovo\Desktop\python-hutrans-master>python setup.py install --user
Traceback (most recent call last):
File "C:\Users\lenovo\Desktop\python-hutrans-master\setup.py", line 9, in
from setuptools import setup, Extension
ModuleNotFoundError: No module named 'setuptools'
C:\Users\lenovo\Desktop\python-hutrans-master>
Python v3.13
The text was updated successfully, but these errors were encountered:
after installing dependencies i give command pip install hutrans
this give me error pls look at this i exhausted to debug , google , chatgpt for this code C:\Users\Vaseem Akram\Desktop\End-To-End-Urdu-OCR-WebApp-main\python-hutrans\hutrans_env>pip install hutrans
ERROR: Could not find a version that satisfies the requirement hutrans (from versions: none)
ERROR: No matching distribution found for hutrans[/code]
i am using python 3.10.9 which required by End-to-End Urdu OCR
actually i try to extract urdu ocr text from End-to-End Urdu OCR then transliterate to Hindi.
i am building at my local level and for Personal use.. i have many urdu books but i cant read urdu as flawlessly as hindi or english.
Microsoft Windows [Version 10.0.19045.4529]
(c) Microsoft Corporation. All rights reserved.
C:\Users\lenovo\Desktop\python-hutrans-master>python setup.py install --user
Traceback (most recent call last):
File "C:\Users\lenovo\Desktop\python-hutrans-master\setup.py", line 9, in
from setuptools import setup, Extension
ModuleNotFoundError: No module named 'setuptools'
C:\Users\lenovo\Desktop\python-hutrans-master>
Python v3.13
The text was updated successfully, but these errors were encountered: