[iMX93-EVK] Yocto python3-twisted is not installable on Scarthgap

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

[iMX93-EVK] Yocto python3-twisted is not installable on Scarthgap

跳至解决方案
528 次查看
kimf
Contributor II

Hi there,

i'm trying to compile and install this package : python3-twisted

here the error :

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 to resolve the situation:

The following packages have unmet dependencies:
packagegroup-imx-core-tools : Depends: python3-twisted-core but it is not installable
E: Unable to correct problems, you have held broken packages.

 

I didn't find in forums and someone that did have this error with twisted. So i come here if you have any idea about it.

here the manifest that we are using : imx-6.6.23-2.0.0

 

thanks you in advance.




标签 (1)
标记 (1)
0 项奖励
回复
1 解答
433 次查看
Chavira
NXP TechSupport
NXP TechSupport

Hi @kimf!

 

I solved the error.

 

You have to update the contents of the .bb and apply the patches described in the meta open embedded

 

https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python3-twis...

 

https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python3-twis...

 

https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python3-twis...

 

After that the compilation and installation finished succesfuly.

 

Best Regards!

Chavira

在原帖中查看解决方案

0 项奖励
回复
4 回复数
499 次查看
Chavira
NXP TechSupport
NXP TechSupport

Hi @kimf!

Thank you for contacting NXP Support!

 

Please try adding the next line to your local.conf file :

CORE_IMAGE_EXTRA_INSTALL += "python3-twisted"

 

I added  the line and I don't have any problem after the bitbake command.

 

Best Regards!

Chavira

 

0 项奖励
回复
488 次查看
kimf
Contributor II
Hello @Chavira

WIth this command i still have the same issue when doing the rootFS:


The following packages have unmet dependencies:
python3-twisted : Depends: python3-twisted-conch but it is not installable
Depends: python3-twisted-core but it is not installable
Depends: python3-twisted-mail but it is not installable
Depends: python3-twisted-names but it is not installable
Depends: python3-twisted-pair but it is not installable
Depends: python3-twisted-protocols but it is not installable
Depends: python3-twisted-runner but it is not installable
Depends: python3-twisted-web but it is not installable
Depends: python3-twisted-words but it is not installable
Depends: python3-twisted-zsh but it is not installable
E: Unable to correct problems, you have held broken packages.


when i build the package using : bitbake python3-twisted it goes whitout error.

It's like i don't want to install it on the file system
0 项奖励
回复
434 次查看
Chavira
NXP TechSupport
NXP TechSupport

Hi @kimf!

 

I solved the error.

 

You have to update the contents of the .bb and apply the patches described in the meta open embedded

 

https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python3-twis...

 

https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python3-twis...

 

https://git.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python3-twis...

 

After that the compilation and installation finished succesfuly.

 

Best Regards!

Chavira

0 项奖励
回复
385 次查看
kimf
Contributor II
@Chavira,

That have fixed the issue !
thank you very much for your help

Kim