X-rayLaser / pytorch-handwriting-synthesis-toolkit

Handwriting generation and handwriting synthesis as described in Alex Graves's paper https://arxiv.org/abs/1308.0850. Pytorch implementation.
MIT License
63 stars 11 forks source link

Issues installing requirement file, torch 1.8.1 version #3

Open monotron-blue opened 1 year ago

monotron-blue commented 1 year ago

I've trying to run the project in a virtual environment, but when I try to install the requirements file a couple of errors are shown:

ERROR: Could not find a version that satisfies the requirement torch==1.8.1 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0) ERROR: No matching distribution found for torch==1.8.1

not sure if this is something with the packages, the source where they are been fetched or I might missing something.

X-rayLaser commented 1 year ago

I have relaxed pinned versions for dependencies in the last commit: https://github.com/X-rayLaser/pytorch-handwriting-synthesis-toolkit/commit/b36353d84851e9776b9ccbf9d4f74ca0cfcbf83c

Try to pull the changes from the main branch (or just copy paste the requirements file the way it is done in the commit above) and repeat the installation steps.

If this does not work, you can additionally try to:

By the way, which version of Python do you see when you execute the interpreter from the activated virtual environment?