5

I want to install miniconda on my Zero W, but it has ARMv6 architecture and that does not seem to be supported by Continuum Analytics. See https://repo.continuum.io/miniconda/ (just one outdated ARMv6 installer).

Is it reasonable to give it a shot at compiling it? What else do you suggest? I've tried pip install conda but that does not seem to be working...

VaNa
  • 211
  • 2
  • 7

2 Answers2

6

Berryconda is the way to go!

See https://github.com/jjhelmus/berryconda

VaNa
  • 211
  • 2
  • 7
2

BerryConda supports raspbian/jessie, with a may/may not warning about other versions of raspbian. jessie was replaced by stretch and now buster, which is required for Pi 4. announcement of buster

Staffhorn
  • 21
  • 3