How do I install miniconda/anaconda on ARM systems?

15,605

You can install miniconda to armv7 as shown in this post:

https://stackoverflow.com/questions/39371772/how-to-install-anaconda-on-raspberry-pi-3-model-b

Then use "conda" as per norm package management. It is definitely not as smooth as anaconda for nix64, but many packages are built in alternate channels as "anaconda search -t conda " will show you.

Share:
15,605

Related videos on Youtube

V. Adithya Ganesan
Author by

V. Adithya Ganesan

Updated on September 18, 2022

Comments

  • V. Adithya Ganesan
    V. Adithya Ganesan over 1 year

    I have a Beaglebone black running on Ubuntu 14. How do I install Anaconda on it?