PIP3 not working on iMX8M mini evk

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

PIP3 not working on iMX8M mini evk

985 Views
Chayma
Contributor III

Hello everyone,

I am working on python project using the iMX8M Mini evk. I need various libraries for my application.

I added python3-pip on  IMAGE_INSTALL_append field.

when I run the pip command it takes a long time. last time it takes about 9 hours and I get no output.

Is there anyone experience this issue ?

please help ^-^

Stay Safe.

Best regards,

Labels (1)
Tags (4)
0 Kudos
2 Replies

920 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello Chayma,

Please add to your conf/local.conf:

 

CORE_IMAGE_EXTRA_INSTALL += "python3-pip"

Regards

0 Kudos

920 Views
Chayma
Contributor III

hello,

I would like to thank you for your response.

I have added CORE_IMAGE_EXTRA_INSTALL += "python3-pip" on my_image.bb ( I think it's the same thing)

and OFC I removed it from IMAGE_INSTALL.

but It stucks on "Running setup.py install for dlib ... " now it is been for 15 minutes.

0 Kudos