Sep-24-2024, 04:52 AM
I want to use the package jieba to analyse Chinese text.
From PyPI here I should install paddlepaddle-tiny. I tried various commands, but I get an error:
I can go to this page and download a .whl file, but I am not sure how to handle that.
Any tips please?
I am not sure why pip does not find the package.
From PyPI here I should install paddlepaddle-tiny. I tried various commands, but I get an error:
Quote:(GP_env) pedro@pedro-MSI:~/Python_Virtual_Environments$ pip install paddle-tiny
ERROR: Could not find a version that satisfies the requirement paddle-tiny (from versions: none)
ERROR: No matching distribution found for paddle-tiny
(GP_env) pedro@pedro-MSI:~/Python_Virtual_Environments$ pip install paddlepaddle-tiny
ERROR: Could not find a version that satisfies the requirement paddlepaddle-tiny (from versions: none)
ERROR: No matching distribution found for paddlepaddle-tiny
(GP_env) pedro@pedro-MSI:~/Python_Virtual_Environments$ pip install paddlepaddle-tiny==1.6.1
ERROR: Could not find a version that satisfies the requirement paddlepaddle-tiny==1.6.1 (from versions: none)
ERROR: No matching distribution found for paddlepaddle-tiny==1.6.1
(GP_env) pedro@pedro-MSI:~/Python_Virtual_Environments$ pip install paddlepaddle-tiny==1.6.1.
ERROR: Could not find a version that satisfies the requirement paddlepaddle-tiny==1.6.1. (from versions: none)
ERROR: No matching distribution found for paddlepaddle-tiny==1.6.1.
(GP_env) pedro@pedro-MSI:~/Python_Virtual_Environments$ pip install paddlepaddle-tiny-1.6.1
ERROR: Could not find a version that satisfies the requirement paddlepaddle-tiny-1.6.1 (from versions: none)
ERROR: No matching distribution found for paddlepaddle-tiny-1.6.1
(GP_env) pedro@pedro-MSI:~/Python_Virtual_Environments$
I can go to this page and download a .whl file, but I am not sure how to handle that.
Any tips please?
I am not sure why pip does not find the package.