Score:0

error at the end of python3-pydantic for grapejuice depends not installable

xk flag

Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help resolve the situation:

The following packages have unmet dependencies: grapejuice : Depends: python3 (>= 3.7~) but 3.6.7-1~18.04 is to be installed Depends: python3-pydantic but it is not installable E: Unable to correct problems, you have held broken packages.

Does anyone know how to fix this for me please?

JACOB Mondejar avatar
xk flag
in this case mines is the newest but nothing change
Artur Meinild avatar
vn flag
Does this answer your question? [Unable to correct problems, you have held broken packages](https://askubuntu.com/questions/223237/unable-to-correct-problems-you-have-held-broken-packages)
karel avatar
sa flag
@ArturMeinild Actually it isn't the correct answer as you can verify from JACOB Mondejar's comment under my answer. Please retract your closed vote.
JACOB Mondejar avatar
xk flag
Well do you know how to solve
Score:1
sa flag

The python3-pydantic package is in the universe repository in Ubuntu 20.04 and later. Install the python3-pydantic package from Ubuntu 20.04 in Ubuntu 18.04 with the following commands:

sudo apt update
wget http://mirrors.kernel.org/ubuntu/pool/universe/p/pydantic/python3-pydantic_1.2-1_all.deb
sudo apt install ./python3-pydantic_1.2-1_all.deb
karel avatar
sa flag
@JACOBMondejar If this answered your question, you can mark this answer as accepted by clicking the gray check mark beside the answer to change its color to green.
JACOB Mondejar avatar
xk flag
I found out the problem. Python3-Pydantic is only in Ubuntu 20.04 but not for Ubuntu 18.04 and lower. That's how I got the error. How can it be available if not listed for Ubuntu 18.04
karel avatar
sa flag
python3-pydantic is not available directly from the repositories of 18.04, so you need to **manually download** it with `wget http://mirrors.kernel.org/ubuntu/pool/universe/p/pydantic/python3-pydantic_1.2-1_all.deb` I know it's from the 20.04 repositories, but it works in 18.04 too, so manually download it anyway.
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.