Package Details: miniconda3 24.1.2.0-3

Git Clone URL: https://aur.archlinux.org/miniconda3.git (read-only, click to copy)
Package Base: miniconda3
Description: Mini version of Anaconda Python distribution
Upstream URL: https://conda.io/en/latest/miniconda
Keywords: anaconda conda python
Licenses: BSD-3-Clause
Provides: conda
Submitter: jadelord
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 48
Popularity: 1.58
First Submitted: 2018-06-02 04:06 (UTC)
Last Updated: 2024-03-10 17:27 (UTC)

Pinned Comments

carlosal1015 commented on 2022-05-26 20:15 (UTC) (edited on 2022-05-26 20:15 (UTC) by carlosal1015)

Important note: This is the way how to upgrade.

Suppose that we have this line in ~/.bashrc or ~/.zshrc or etc.

[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh
  1. Before to upgrade I comment this line.
  2. Upgrade the package as usual.
  3. Uncomment the line.

jadelord commented on 2021-02-05 09:50 (UTC) (edited on 2022-02-03 11:32 (UTC) by jadelord)

I have packaged micromamba in AUR. Try it if you are looking for a lightweight, barebones alternative to miniconda.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

nikatar commented on 2020-06-09 20:10 (UTC)

@jadelord, yes, you are right. Just conda offered me to upgrade to version 4.8.3. I can not execute conda update conda, because it was installed in /opt. Should I update using sudo?

jadelord commented on 2020-06-09 05:13 (UTC)

@nikatar sure, but Miniconda is a "distribution" which often lags behind conda releases. https://repo.continuum.io/miniconda/

nikatar commented on 2020-06-08 20:11 (UTC)

Please, update it. Version 4.8.3 was released in March: https://github.com/conda/conda/releases

jadelord commented on 2020-05-20 10:10 (UTC)

@JcNils thanks for pointing that out. I would not dare to try to reproduce that. Instead, I tried a fresh install of miniconda3 using yay, and it just works.

If you do not want to install a package manager, I would suggest simply to git clone and makepkg -si to install it yourself.

JcNils commented on 2020-05-20 02:48 (UTC)

Hi @jadelord

The comment you mentioned seems to be an answer to a problem different from those listed here.

I just installed Manjaro and I can't install conda.

It seems that this is happening exclusively with people using Manjaro. I will post something on their forum to ask for help.

jadelord commented on 2019-11-11 13:02 (UTC)

@giswqs, @lerhard Such errors could happen if you try to install miniconda3 while having a custom python environment activated (https://aur.archlinux.org/packages/anaconda/#comment-702897)

giswqs commented on 2019-11-11 12:48 (UTC)

I got the following error when updating the package. Tried on two computers, both got the same error:

==> Starting package()... -> Packaging miniconda3 for installation to /opt/miniconda3 PREFIX=/var/tmp/pamac-build-user/miniconda3/pkg/miniconda3/opt/miniconda3 Unpacking payload ... [5618] mod is NULL - struct[5618] mod is NULL - pyimod02_archive[5618] mod is NULL - pyimod03_importers[5618] Failed to execute script pyiboot01_bootstrap Traceback (most recent call last): File "/tmp/build/80754af9/conda-standalone_1571943736098/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/python3.7/struct.py", line 13, in <module> ModuleNotFoundError: No module named '_struct' Traceback (most recent call last): File "/tmp/build/80754af9/conda-standalone_1571943736098/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/python3.7/site-packages/PyInstaller/loader/pyimod02_archive.py", line 28, in <module> ModuleNotFoundError: No module named 'struct' Traceback (most recent call last): File "/tmp/build/80754af9/conda-standalone_1571943736098/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 24, in <module> ModuleNotFoundError: No module named 'pyimod02_archive' Traceback (most recent call last): File "site-packages/PyInstaller/loader/pyiboot01_bootstrap.py", line 15, in <module> ModuleNotFoundError: No module named 'pyimod03_importers' [5621] Failed to execute script entry_point Traceback (most recent call last): File "entry_point.py", line 68, in <module> FileNotFoundError: [Errno 2] No such file or directory: 'pkgs' ==> ERROR: A failure occurred in package(). Aborting...

jadelord commented on 2019-08-02 09:26 (UTC) (edited on 2019-08-10 15:28 (UTC) by jadelord)

This package simply follows the pkgbuild of anaconda in AUR (https://aur.archlinux.org/packages/anaconda/). Heads up: users are discouraged to install miniconda3 as an AUR package as there is no official howto on packaging it in linux distros (https://github.com/conda/conda/issues/1235). You may be better served as just running:

curl -LO <https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh>
bash Miniconda3-latest-Linux-x86_64.sh -p /path/to/miniconda

lerhard commented on 2019-08-01 18:57 (UTC)

I cannot install the package due to:

==> Starting package()... -> Packaging miniconda3 for installation to /opt/miniconda3 PREFIX=/home/lukas/.cache/yay/miniconda3/pkg/miniconda3/opt/miniconda3 Unpacking payload ... [5169] mod is NULL - structTraceback (most recent call last): File "/spare/local/nwani/pyinstaller_stuff/dev/lib/python3.6/struct.py", line 13, in <module> ModuleNotFoundError: No module named '_struct' [5169] mod is NULL - pyimod02_archiveTraceback (most recent call last): File "/spare/local/nwani/pyinstaller_stuff/dev/lib/python3.6/site-packages/PyInstaller/loader/pyimod02_archive.py", line 28, in <module> ModuleNotFoundError: No module named 'struct' [5169] mod is NULL - pyimod03_importersTraceback (most recent call last): File "/spare/local/nwani/pyinstaller_stuff/dev/lib/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 24, in <module> ModuleNotFoundError: No module named 'pyimod02_archive' Traceback (most recent call last): File "site-packages/PyInstaller/loader/pyiboot01_bootstrap.py", line 15, in <module> ModuleNotFoundError: No module named 'pyimod03_importers' [5169] Failed to execute script pyiboot01_bootstrap ERROR: could not extract tar starting at offset 000000000000018891+9231072+2 ==> ERROR: A failure occurred in package(). Aborting... Error making: miniconda3

Fenrihr commented on 2019-08-01 14:59 (UTC)

New release: 4.7.10 (2019-07-19). Please update