Python version is the wrong kind and refuses to work.
Opened this issue · 4 comments
I tried to use the setup.bat command, and while it did install some things just fine, it also said that it couldn't install certain things because the python version was Python 3.11.10, when I actually have Python 3.10.0, which I downloaded after the prompt told me I had to use something lower than 3.11.10. I'm very confused.
RuntimeError: Cannot install on Python version 3.11.10; only versions >=3.6,<3.10 are supported.
Thanks for report, recognized and updated. Delete named cache
directory, git pull and rerun launch.bat!
(was related to specified version of PyTorch. I forget to change stable version from nightly one after testing...sorry!)
Thank you, I was able to fix that issue. Unfortunately, I ran into another issue when preprocessing the audio.
ImportError: tokenizers>=0.11.1,!=0.11.3,<0.14 is required for a normal functioning of this module, but found tokenizers==0.20.1.
All right. But I could not reproduce this issue on me. It maybe happen you don't use out of launch.bat
console, right?