Python Forum
pip install paddlepaddle-tiny does not install
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pip install paddlepaddle-tiny does not install
#1
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:

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.
Reply
#2
I guess the problem is that the whl provided are for up to python 3.5-3.7 and I guess your python version is higher
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#3
Oh, it's the Python version, not the paddlepaddle-tiny version!

I don't really want to go back to Python 3.5, I have 3.10 I believe.

I'll try without paddle. They just said, the tokenizer works better with paddle.
Reply
#4
Is paddlepaddle 2.6.2 and option? It is compatible with python 3.10

https://pypi.org/project/paddlepaddle/
Pedroski55 and buran like this post
Reply
#5
Thanks, that is encouraging!

Some problem however:

jieba.enable_paddle()
Output:
Import error, cannot find paddle.fluid and jieba.lac_small.predict module. Now, back to jieba basic cut...... [2024-09-25 06:17:55,601] [ DEBUG] _compat.py:50 - Import error, cannot find paddle.fluid and jieba.lac_small.predict module. Now, back to jieba basic cut......
Maybe I also need a different version of jieba, but thanks anyway. I believe paddle just makes jieba better, but it should work without paddle!

import paddle

paddle.utils.run_check()
Output:
Running verify PaddlePaddle program ... PaddlePaddle works well on 1 CPU. PaddlePaddle is installed successfully! Let's start deep learning with PaddlePaddle now.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  INSTALL MANAGER wrappitup123 0 23 May-25-2026, 03:49 PM
Last Post: wrappitup123
  Python version 3.11.15 install skip74 1 44 Apr-08-2026, 05:59 PM
Last Post: noisefloor
  How to install older version DanV 2 73 Apr-01-2026, 08:00 AM
Last Post: snippsat
  What pip version should I install on Cygwin for jupyter-python39? Virgo_Concepts 2 683 Dec-03-2025, 05:01 AM
Last Post: mamta25
  why I can't pip install faiss-cpu using python 3.14 on my windows 10 system? Cauchy 1 5,490 Oct-17-2025, 06:40 PM
Last Post: snippsat
  pip install requests doesnt work misodca 10 39,658 Sep-24-2025, 02:48 PM
Last Post: DeaD_EyE
  pip fails to install PyGObject voidtrance 2 4,916 Sep-11-2025, 10:50 AM
Last Post: Larz60+
  Trying to install the edk2-rk3399 code but the script fails due some python bug mariozio 2 1,919 Aug-17-2025, 10:25 PM
Last Post: mariozio
  pip3 install certifi failing with timeouts rb9594 1 955 Jul-15-2025, 08:52 AM
Last Post: Pedroski55
Question Install Python Using ShellScript Sudheer 1 1,555 Mar-12-2025, 03:50 AM
Last Post: Tishat73

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020