We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip install .
Processing /home/lihuan/code/PaddleSpeech Preparing metadata (setup.py) ... done Collecting braceexpand (from paddlespeech==0.0.0) Using cached braceexpand-0.1.7-py2.py3-none-any.whl (5.9 kB) Requirement already satisfied: editdistance in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (0.6.2) Requirement already satisfied: g2p_en in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (2.1.0) Requirement already satisfied: g2pM in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (0.1.2.5) Requirement already satisfied: h5py in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (3.9.0) Collecting hyperpyyaml (from paddlespeech==0.0.0) Obtaining dependency information for hyperpyyaml from https://files.pythonhosted.org/packages/33/c9/751b6401887f4b50f9307cc1e53d287b3dc77c375c126aeb6335aff73ccb/HyperPyYAML-1.2.2-py3-none-any.whl.metadata Using cached HyperPyYAML-1.2.2-py3-none-any.whl.metadata (7.6 kB) Requirement already satisfied: inflect in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (7.0.0) Requirement already satisfied: jsonlines in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (4.0.0) Collecting numpy==1.23.5 (from paddlespeech==0.0.0) Using cached numpy-1.23.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) Requirement already satisfied: librosa==0.8.1 in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (0.8.1) Requirement already satisfied: scipy>=1.4.0 in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (1.9.3) Requirement already satisfied: loguru in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (0.7.2) Requirement already satisfied: matplotlib in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (3.7.2) Requirement already satisfied: nara_wpe in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (0.0.9) Requirement already satisfied: onnxruntime>=1.11.0 in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (1.16.3) Collecting opencc (from paddlespeech==0.0.0) Obtaining dependency information for opencc from https://files.pythonhosted.org/packages/18/a2/9ccfc1e1c49f6643b2bc090ba2a5bca5df6a2754e5049caa1909609bdccd/OpenCC-1.1.7-cp311-cp311-manylinux1_x86_64.whl.metadata Using cached OpenCC-1.1.7-cp311-cp311-manylinux1_x86_64.whl.metadata (12 kB) Collecting opencc-python-reimplemented (from paddlespeech==0.0.0) Using cached opencc_python_reimplemented-0.1.7-py2.py3-none-any.whl (481 kB) Requirement already satisfied: pandas in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (2.0.3) INFO: pip is looking at multiple versions of paddlespeech to determine which version is compatible with other requirements. This could take a while. ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11 ERROR: Could not find a version that satisfies the requirement paddleaudio>=1.1.0 (from paddlespeech) (from versions: 0.1.0a0, 0.1.0, 0.2.0, 0.2.1, 1.0.0a0, 1.0.0, 1.0.1, 1.0.2) ERROR: No matching distribution found for paddleaudio>=1.1.0
The text was updated successfully, but these errors were encountered:
version problem can follow: #3528
Sorry, something went wrong.
zh794390558
No branches or pull requests
pip install .
Processing /home/lihuan/code/PaddleSpeech
Preparing metadata (setup.py) ... done
Collecting braceexpand (from paddlespeech==0.0.0)
Using cached braceexpand-0.1.7-py2.py3-none-any.whl (5.9 kB)
Requirement already satisfied: editdistance in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (0.6.2)
Requirement already satisfied: g2p_en in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (2.1.0)
Requirement already satisfied: g2pM in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (0.1.2.5)
Requirement already satisfied: h5py in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (3.9.0)
Collecting hyperpyyaml (from paddlespeech==0.0.0)
Obtaining dependency information for hyperpyyaml from https://files.pythonhosted.org/packages/33/c9/751b6401887f4b50f9307cc1e53d287b3dc77c375c126aeb6335aff73ccb/HyperPyYAML-1.2.2-py3-none-any.whl.metadata
Using cached HyperPyYAML-1.2.2-py3-none-any.whl.metadata (7.6 kB)
Requirement already satisfied: inflect in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (7.0.0)
Requirement already satisfied: jsonlines in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (4.0.0)
Collecting numpy==1.23.5 (from paddlespeech==0.0.0)
Using cached numpy-1.23.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB)
Requirement already satisfied: librosa==0.8.1 in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (0.8.1)
Requirement already satisfied: scipy>=1.4.0 in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (1.9.3)
Requirement already satisfied: loguru in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (0.7.2)
Requirement already satisfied: matplotlib in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (3.7.2)
Requirement already satisfied: nara_wpe in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (0.0.9)
Requirement already satisfied: onnxruntime>=1.11.0 in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (1.16.3)
Collecting opencc (from paddlespeech==0.0.0)
Obtaining dependency information for opencc from https://files.pythonhosted.org/packages/18/a2/9ccfc1e1c49f6643b2bc090ba2a5bca5df6a2754e5049caa1909609bdccd/OpenCC-1.1.7-cp311-cp311-manylinux1_x86_64.whl.metadata
Using cached OpenCC-1.1.7-cp311-cp311-manylinux1_x86_64.whl.metadata (12 kB)
Collecting opencc-python-reimplemented (from paddlespeech==0.0.0)
Using cached opencc_python_reimplemented-0.1.7-py2.py3-none-any.whl (481 kB)
Requirement already satisfied: pandas in /home/lihuan/anaconda3/lib/python3.11/site-packages (from paddlespeech==0.0.0) (2.0.3)
INFO: pip is looking at multiple versions of paddlespeech to determine which version is compatible with other requirements. This could take a while.
ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11
ERROR: Could not find a version that satisfies the requirement paddleaudio>=1.1.0 (from paddlespeech) (from versions: 0.1.0a0, 0.1.0, 0.2.0, 0.2.1, 1.0.0a0, 1.0.0, 1.0.1, 1.0.2)
ERROR: No matching distribution found for paddleaudio>=1.1.0
The text was updated successfully, but these errors were encountered: