You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pip install paddlepaddle==2.4.1 -i https://mirror.baidu.com/pypi/simple
Looking in indexes: https://mirror.baidu.com/pypi/simple
ERROR: Could not find a version that satisfies the requirement paddlepaddle==2.4.1 (from versions: none)
ERROR: No matching distribution found for paddlepaddle==2.4.1
$ pip install paddlepaddle==2.5.1 -i https://mirror.baidu.com/pypi/simple
Looking in indexes: https://mirror.baidu.com/pypi/simple
ERROR: Could not find a version that satisfies the requirement paddlepaddle==2.5.1 (from versions: none)
ERROR: No matching distribution found for paddlepaddle==2.5.1
Is there another recommended place to find a compatible paddlepaddle version? I looks like work continues to make paddlespeech compatible with paddlepaddle 3.
$ pip install paddlepaddle==2.5.1
ERROR: Could not find a version that satisfies the requirement paddlepaddle==2.5.1 (from versions: 2.6.0, 2.6.1, 2.6.2, 3.0.0b0, 3.0.0b1, 3.0.0b2)
ERROR: No matching distribution found for paddlepaddle==2.5.1
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 24.04.1 LTS
Release: 24.04
Codename: noble
Update. Furthermore, on installing paddlespeech, at the install for wheel I get
Getting requirements to build wheel ... done
ERROR: Exception:
Traceback (most recent call last):
File "paddlespeech-env/lib/python3.12/site-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper
status = run_func(*args)
^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
Seems your python version can not support lower paddle. However, now we try to support paddle3.0, use develop paddlespeech can support almost models with paddle 3.0.0b1 or 3.0.0b2. You can have a simple try, if got any question just raise an issue again.
Others
In attempting the Quick Start, I am finding
Is there another recommended place to find a compatible paddlepaddle version? I looks like work continues to make paddlespeech compatible with paddlepaddle 3.
Update. Furthermore, on installing paddlespeech, at the install for wheel I get
The text was updated successfully, but these errors were encountered: