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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
532 Views
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.




Labels (1)
0 Kudos
Reply
1 Solution
437 Views
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

View solution in original post

0 Kudos
Reply
4 Replies
503 Views
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 Kudos
Reply
492 Views
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 Kudos
Reply
438 Views
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 Kudos
Reply
389 Views
kimf
Contributor II
@Chavira,

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

Kim