Skip to content
New issue

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

QuickStart paddlepaddle version #3953

Open
tofutim opened this issue Dec 17, 2024 · 1 comment
Open

QuickStart paddlepaddle version #3953

tofutim opened this issue Dec 17, 2024 · 1 comment

Comments

@tofutim
Copy link

tofutim commented Dec 17, 2024

Others

In attempting the Quick Start, I am finding

$ 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)
             ^^^^^^^^^^^^^^^
@zxcd
Copy link
Collaborator

zxcd commented Dec 17, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants