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.
已解决! 转到解答。
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
After that the compilation and installation finished succesfuly.
Best Regards!
Chavira
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
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
After that the compilation and installation finished succesfuly.
Best Regards!
Chavira