Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 23131

Having issues installing dependencies- [closed]

$
0
0

I'm trying to use https://github.com/vanstorm9/AI-Vocaloid-Kit-V2 because I was curious about it and it seemed like a cool concept. Every time I try to install the requirements but I get this error-

Collecting blis==0.4.1 (from -r C:\Users\Sapphira\Downloads\AI-Vocaloid-Kit-V2-main\AI-Vocaloid-Kit-V2-main\requirements.txt (line 1))  Using cached blis-0.4.1.tar.gz (1.8 MB)  Preparing metadata (setup.py) ... doneCollecting catalogue==1.0.0 (from -r C:\Users\Sapphira\Downloads\AI-Vocaloid-Kit-V2-main\AI-Vocaloid-Kit-V2-main\requirements.txt (line 2))  Using cached catalogue-1.0.0-py2.py3-none-any.whl (7.7 kB)Collecting certifi==2020.6.20 (from -r C:\Users\Sapphira\Downloads\AI-Vocaloid-Kit-V2-main\AI-Vocaloid-Kit-V2-main\requirements.txt (line 3))  Using cached certifi-2020.6.20-py2.py3-none-any.whl (156 kB)Collecting chardet==3.0.4 (from -r C:\Users\Sapphira\Downloads\AI-Vocaloid-Kit-V2-main\AI-Vocaloid-Kit-V2-main\requirements.txt (line 4))  Using cached chardet-3.0.4-py2.py3-none-any.whl (133 kB)Collecting contextvars==2.4 (from -r C:\Users\Sapphira\Downloads\AI-Vocaloid-Kit-V2-main\AI-Vocaloid-Kit-V2-main\requirements.txt (line 5))  Using cached contextvars-2.4.tar.gz (9.6 kB)  Preparing metadata (setup.py) ... doneCollecting cymem==2.0.3 (from -r C:\Users\Sapphira\Downloads\AI-Vocaloid-Kit-V2-main\AI-Vocaloid-Kit-V2-main\requirements.txt (line 6))  Using cached cymem-2.0.3.tar.gz (51 kB)  Preparing metadata (setup.py) ... doneERROR: Ignored the following versions that require a different python version: 0.7 Requires-Python >=3.6, <3.7; 0.8 Requires-Python >=3.6, <3.7ERROR: Could not find a version that satisfies the requirement dataclasses==0.7 (from versions: 0.1, 0.2, 0.3, 0.4, 0.5, 0.6)ERROR: No matching distribution found for dataclasses==0.7

And the dependencies/scripts needed.

import numpy as npimport fugashiimport osimport pykakasiimport jaconvfrom googletrans import Translatorimport timeimport pickleimport stringfrom midiutil import MIDIFileimport xml.dom.minidomimport sysfrom pathlib import PurePathimport numpy as np# Imported scriptsimport support.json2vsqx as json2vsqxfrom support.parsingHelper import *import torchimport support.songDecoder as songDecoderimport randomimport argparse

I tried installing the dependencies manually and I get these errors for these dependencies/scripts: (All of them I tried installing using "pip install " and also yes I have git installed too and the latest version of python. The PATH is set to the correct place.

fugashi: ERROR: Could not build wheels for fugashi, which is required to install pyproject.toml-based projectsos: ERROR: Could not find a version that satisfies the requirement os (from versions: none)ERROR: No matching distribution found for ospykakasi: Could not build wheels for jaconv, which is required to install pyproject.toml-based projectsjaconv: Could not build wheels for jaconv, which is required to install pyproject.toml-based projectsgoogletrans: Could not build wheels for googletrans, which is required to install pyproject.toml-based projectstime: ERROR: Could not find a version that satisfies the requirement time (from versions: none)ERROR: No matching distribution found for timepickle: ERROR: Could not find a version that satisfies the requirement pickle (from versions: none)ERROR: No matching distribution found for picklestring: ERROR: Could not find a version that satisfies the requirement string (from versions: none)ERROR: No matching distribution found for stringxml.dom.minidom: ERROR: Could not find a version that satisfies the requirement xml.dom.minidom (from versions: none)ERROR: No matching distribution found for xml.dom.minidomsys: ERROR: Could not find a version that satisfies the requirement sys (from versions: none)ERROR: No matching distribution found for sysPurePath: ERROR: Could not find a version that satisfies the requirement PurePath (from versions: none)ERROR: No matching distribution found for PurePathjson2vsqx: ERROR: Could not find a version that satisfies the requirement json2vsqx (from versions: none)ERROR: No matching distribution found for json2vsqxparsingHelper: ERROR: Could not find a version that satisfies the requirement support.parsingHelper (from versions: none)ERROR: No matching distribution found for support.parsingHelpertorch: ERROR: Could not find a version that satisfies the requirement torch (from versions: none)ERROR: No matching distribution found for torchsongDecoder: ERROR: Could not find a version that satisfies the requirement songDecoder (from versions: none)ERROR: No matching distribution found for songDecoderrandom: ERROR: Could not find a version that satisfies the requirement random (from versions: none)ERROR: No matching distribution found for random

Viewing all articles
Browse latest Browse all 23131

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>