Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

conda problem on rp3: "Could not find some dependencies for <package>: blas * openblas"

After updating my RP3 to kernel release/version 4.14.52-v7+/#1123, trying to install or update packages such as pandas, numpy, etc. with conda (arm71, v3.16.0) causes an error:

Error: Could not find some dependencies for <package>: blas * openblas

Installing packages with pip still works fine.

like image 774
LloydM Avatar asked Sep 09 '18 00:09

LloydM


1 Answers

The best option for you will be to use berryconda, as standard conda channels lack the support of ARM-based builds

like image 159
Gaiar Baimuratov Avatar answered Nov 16 '22 14:11

Gaiar Baimuratov