marianoju

Installing Miniconda on Raspberry Pi 4 with Ubuntu 20.04 without sudo

Feb 12th, 2021
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.63 KB | None | 0 0
  1. bash ./Miniconda3-latest-Linux-armv7l.sh
  2. WARNING:
  3.     Your processor does not appear to be an armv7l.  This software
  4.     was sepicically build for the Raspberry Pi 2 running raspbian wheezy
  5.     (or above).
  6.     Are sure you want to continue the installation? [yes|no]
  7. [no] >>> yes
  8.  
  9. Welcome to Miniconda3 3.16.0 (by Continuum Analytics, Inc.)
  10.  
  11. In order to continue the installation process, please review the license
  12. agreement.
  13. Please, press ENTER to continue
  14. >>>
  15. ===================================
  16. Anaconda END USER LICENSE AGREEMENT
  17. ===================================
  18. [...]
  19. Do you approve the license terms? [yes|no]
  20. [no] >>> yes
  21.  
  22. Miniconda3 will now be installed into this location:
  23. /home/user/miniconda3
  24.  
  25.   - Press ENTER to confirm the location
  26.   - Press CTRL-C to abort the installation
  27.   - Or specify a different location below
  28.  
  29. [/home/user/miniconda3] >>>
  30. PREFIX=/home/user/miniconda3
  31. installing: python-3.4.3-1 ...
  32. installing: conda-env-2.4.2-py34_0 ...
  33. installing: openssl-1.0.1k-1 ...
  34. installing: pycosat-0.6.1-py34_0 ...
  35. installing: pyyaml-3.11-py34_1 ...
  36. installing: requests-2.7.0-py34_0 ...
  37. installing: sqlite-3.8.4.1-1 ...
  38. installing: xz-5.0.5-0 ...
  39. installing: yaml-0.1.6-0 ...
  40. installing: zlib-1.2.8-0 ...
  41. installing: conda-3.16.0-py34_0 ...
  42. installing: pycrypto-2.6.1-py34_0 ...
  43. ./Miniconda3-latest-Linux-armv7l.sh: line 266: /home/user/miniconda3/pkgs/python-3.4.3-1/bin/python: No such file or directory
  44. ERROR:
  45. cannot execute native linux-armv7l binary, output from 'uname -a' is:
  46. Linux rpi4 5.4.0-1028-raspi #31-Ubuntu SMP PREEMPT Wed Jan 20 11:30:45 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux
  47.  
Add Comment
Please, Sign In to add comment