sjvasquez / handwriting-synthesis

Handwriting Synthesis with RNNs ✏️
4.27k stars 568 forks source link

tensor flow 1.x isn't available through pip #75

Open alexbeldiman opened 11 months ago

bryandam commented 11 months ago

Correct, you'll have to find places that have archived builds.

For windows (native) I was able to get it working with builds from here: https://github.com/fo40225/tensorflow-windows-wheel/tree/master

For others platforms: https://pypi.org/project/tensorflow/1.6.0/#files

GHUFRAN-HYDER commented 9 months ago

Hi @alexbeldiman! You can watch the solution here : https://youtu.be/5VN_4y4WIGE?si=qvyInJa4ZUdxpPua

Fardenco commented 9 months ago

Just use Python 3.6.8 and you'll be able to install tensorflow 1.6.0 through PIP

jpangburn commented 8 months ago

I made a fork here https://github.com/jpangburn/handwriting-synthesis. It runs on TensorFlow 2.15.0, which is the latest available for Python 3.9.6 as of December 2023. I would have made a pull request, but the author appears to have ignored pull requests since 2018 so little hope of that working.