Text2Human icon indicating copy to clipboard operation
Text2Human copied to clipboard

I’m afraid that this project should be based on Python 3.7 rather than 3.6

Open EsamiLDR opened this issue 2 years ago • 0 comments

At the first time I followed the instructions and installed Python 3.6.8, but when I run this project, it gave me an error that read "AttributeError: module 'torch.jit' has no attribute '_script_if_tracing'", so I googled and found that it was the Python version that mattered, so I create another virtual environment using Python 3.7.2 and it finally worked.

EsamiLDR avatar Oct 22 '23 10:10 EsamiLDR