Replies: 5 comments 2 replies
-
So I'm no way shape or form a programmer I just learned just enough to run the programs on git, but it seems that they typo'd in the requirements, It needs to be 1.10.1 not 0.10.1. Go ahead and change it. I've also seen there being even more issues that another person brought up that you might run into that i did. its question #394. think that links it but if not then every time you load into the program after install it doesn't matter if its admin launched and you wont have to create the environment every time, conda activate py38 then get your self into the directory via cd, if its on a different drive make sure to include /d to get into the new drive - for the first time installing manually install numpy, llvm, and pydantic using - conda install -c cctbx202208 numpy make sure you have changed the requirements.txt file to say 1.10.1 then install as instructed from there. Hopefully this gets seen by the correct people and fixes will come for the issues. |
Beta Was this translation helpful? Give feedback.
-
Zero idea, try a fresh install from the top and look up how to destroy and recreate anaconda environments. Other wise try good searching the error code.On Apr 16, 2023, at 19:48, robonut5 ***@***.***> wrote:
Thanks, I tried all of this, but I ran into a different error
(py38) C:\Users\origi\tortoise-tts>python tortoise/do_tts.py --text "I'm going to speak this" --voice random --preset fast
Traceback (most recent call last):
File "tortoise/do_tts.py", line 27, in
tts = TextToSpeech(models_dir=args.model_dir)
File "C:\Users\origi\tortoise-tts\tortoise\api.py", line 231, in init
self.autoregressive.load_state_dict(torch.load(get_model_path('autoregressive.pth', models_dir)))
File "C:\ProgramData\anaconda3\envs\py38\lib\site-packages\torch\serialization.py", line 797, in load
with _open_zipfile_reader(opened_file) as opened_zipfile:
File "C:\ProgramData\anaconda3\envs\py38\lib\site-packages\torch\serialization.py", line 283, in init
super().init(torch._C.PyTorchFileReader(name_or_buffer))
RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory
Any idea how to fix it?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I believe the scipy version in requirements is an error... 0.10.1 is super-old... I changed it to 1.10.1 and the installation went through perfectly. |
Beta Was this translation helpful? Give feedback.
-
fixed that one, but now I have this... `File "C:\Users\Admin\AppData\Local\Temp\pip-install-oc8jnrag\numpy_f6d1a46a5df742e9a91415143ab37971\numpy\distutils\ccompiler.py", line 90, in note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. (env_python3.10) C:\Users\Admin> |
Beta Was this translation helpful? Give feedback.
-
So, im an idiot. but it worked. I went into the requirments.txt and updated the scipy version to the latest one. and i installed the latest version of scipy. I also had an issue with numpy==1.20.0 - and in this case i downloaded it from conda forge |
Beta Was this translation helpful? Give feedback.
-
New Text Document (2).txt
I'm not experienced using Python, and I don't know how to fix this. Anything you guys know that could help?
Beta Was this translation helpful? Give feedback.
All reactions