AI & advanced Python3 libs recipes? (TF, keras, scipy ...)

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

AI & advanced Python3 libs recipes? (TF, keras, scipy ...)

1,396 Views
henk_heijnen
Contributor I

Hello,

Is anybody having recipes for the common advanced Python3 libs such as scipy, tensorflow, keras etc ... ???

I've created some for librosa, six, joblib ... but it is long and sometime difficult (scipy for example)

Thanks !!!

H

0 Kudos
3 Replies

1,156 Views
henk_heijnen
Contributor I

Hi !

some information about scipy : python - Cross compiling scipy for open-embedded - Stack Overflow 

looks like nobody knows how to have scipy working on yocto ???

any clue ?

H

0 Kudos

1,156 Views
d_lechner_94
Contributor I

Hi Henk,

did you managed to build SciPy for yocto?

0 Kudos

1,136 Views
don_gunn
Contributor V

You can try this layer:

 

https://github.com/gpanders/meta-scipy

 

Take a look at the install notes.  You need to enable Fortran in your recipe.

0 Kudos