Belval / TextRecognitionDataGenerator

A synthetic data generator for text recognition
MIT License
3.15k stars 943 forks source link

requirement for Handwritten not installed #303

Open Mohammed20201991 opened 1 year ago

Mohammed20201991 commented 1 year ago

I am doing pip install requirements-hw.txt inside virtual environment got the following issue : RROR: Could not find a version that satisfies the requirement requirements-hw.txt (from versions: none) ERROR: No matching distribution found for requirements-hw.txt OS: NAME="Ubuntu" VERSION="20.04.5 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.5 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=focal UBUNTU_CODENAME=focal

Python version : Python 3.8.10

Deeksha-5 commented 1 year ago

Did you clone the repo.?

Mohammed20201991 commented 1 year ago

@Deeksha-5 Yes

Deeksha-5 commented 1 year ago

@Deeksha-5 Yes

I am using python 3.10 on ubuntu 22.04, but I did not face any error like this. Hope you are in the correct directory, also the command has to be pip install -r requirements-hw.txt

Mohammed20201991 commented 10 months ago

@Deeksha-5 thanks yes it work after install some missing dependences

stweil commented 5 months ago

@Mohammed20201991, then please close this issue.