Replies: 1 comment 1 reply
-
I was able to get it running under Python 3.8.16 for windows |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i'm getting a huge error during install
(voice) D:\tortoise-tts>python -m pip install -r ./requirements.txt
Collecting tqdm
Using cached tqdm-4.64.1-py2.py3-none-any.whl (78 kB)
Collecting rotary_embedding_torch
Downloading rotary_embedding_torch-0.2.1-py3-none-any.whl (4.5 kB)
Collecting transformers==4.19
Downloading transformers-4.19.0-py3-none-any.whl (4.2 MB)
---------------------------------------- 4.2/4.2 MB 16.6 MB/s eta 0:00:00
Collecting tokenizers
Downloading tokenizers-0.13.2-cp311-cp311-win_amd64.whl (3.3 MB)
---------------------------------------- 3.3/3.3 MB 34.9 MB/s eta 0:00:00
Collecting inflect
Downloading inflect-6.0.2-py3-none-any.whl (34 kB)
Collecting progressbar
Downloading progressbar-2.5.tar.gz (10 kB)
Preparing metadata (setup.py) ... done
Collecting einops
Downloading einops-0.6.0-py3-none-any.whl (41 kB)
---------------------------------------- 41.6/41.6 kB 2.0 MB/s eta 0:00:00
Collecting unidecode
Downloading Unidecode-1.3.6-py3-none-any.whl (235 kB)
---------------------------------------- 235.9/235.9 kB ? eta 0:00:00
Collecting scipy
Downloading scipy-1.10.0-cp311-cp311-win_amd64.whl (42.2 MB)
---------------------------------------- 42.2/42.2 MB 8.1 MB/s eta 0:00:00
Collecting librosa
Downloading librosa-0.9.2-py3-none-any.whl (214 kB)
---------------------------------------- 214.3/214.3 kB 6.4 MB/s eta 0:00:00
Collecting numpy==1.20.0
Downloading numpy-1.20.0.zip (8.0 MB)
---------------------------------------- 8.0/8.0 MB 11.0 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [287 lines of output]
setup.py:66: RuntimeWarning: NumPy 1.20.0 may not yet support Python 3.11.
warnings.warn(
Running from numpy source directory.
setup.py:485: UserWarning: Unrecognized setuptools command, proceeding with generating Cython sources and expanding templates
run_build = parse_setuppy_commands()
Processing numpy/random_bounded_integers.pxd.in
Processing numpy/random\bit_generator.pyx
Processing numpy/random\mtrand.pyx
Processing numpy/random_bounded_integers.pyx.in
Processing numpy/random_common.pyx
Processing numpy/random_generator.pyx
Processing numpy/random_mt19937.pyx
Processing numpy/random_pcg64.pyx
Processing numpy/random_philox.pyx
Processing numpy/random_sfc64.pyx
Cythonizing sources
blas_opt_info:
blas_mkl_info:
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
libraries mkl_rt not found in ['D:\miniconda3\envs\voice\lib', 'C:\', 'D:\miniconda3\envs\voice\libs', 'D:\miniconda3\Library\lib']
NOT AVAILABLE
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
(voice) D:\tortoise-tts>
(voice) D:\tortoise-tts>
(voice) D:\tortoise-tts>conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: -
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
Examining pytorch-cuda=11.6: 25%|█████████████▊ | 2/8 [00:13<00:41, 6.91s/it]-failed
UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:
Beta Was this translation helpful? Give feedback.
All reactions