Skip to content
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

Has anyone managed to make this thing work #357

Open
Leftyx opened this issue Sep 26, 2024 · 1 comment
Open

Has anyone managed to make this thing work #357

Leftyx opened this issue Sep 26, 2024 · 1 comment

Comments

@Leftyx
Copy link

Leftyx commented Sep 26, 2024

I have tried to install in Windows, Linux, Docker ... using command line or script.
I have downgraded Pillow. Upgrade Pillow but I keep receiving errors.
Recurring one is Missing modules for handwritten text generation..
Is there any way to test this tool without spending 1 week on it ?

@m13salama
Copy link

ok I spent some time solving the dependencies conflicts to run this
here is what worked with me
first, use python 3.7 (as this needed for tensorflow 1)
you can use conda:

conda create -n py37 python=3.7 pip tensorflow
conda activate py37

now install trdg first thing to make it install it's dependencies
then install pillow==9.5.0
now install the requirements here without the pillow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants