Package Details: miniconda3 24.9.2.0-1

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: 50
Popularity: 0.93
First Submitted: 2018-06-02 04:06 (UTC)
Last Updated: 2024-10-26 02:20 (UTC)

Pinned Comments

user7z commented on 2024-09-19 23:08 (UTC)

it gives this error :

Error while loading conda entry point: conda-content-trust (OpenSSL 3.0's legacy provider failed to load. This is a fatal error by default, but cryptography supports running without legacy algorithms by setting the environment variable CRYPTOGRAPHY_OPENSSL_NO_LEGACY. If you did not expect this error, you have likely made a mistake with your OpenSSL configuration.)

the solution is to put this : " export CRYPTOGRAPHY_OPENSSL_NO_LEGACY='1' " into /etc/profile.d/conda.sh

carlosal1015 commented on 2024-07-10 02:47 (UTC)

In order to check a new version

$ git clone https://aur.archlinux.org/miniconda3.git
$ cd miniconda3
$ nvchecker -c .nvchecker.toml                        
[I 07-09 21:47:02.603 core:416] miniconda3: updated to 24.5.0.0

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 »

prometheus commented on 2021-01-11 20:04 (UTC)

Is this package really out of date?

JcNils commented on 2020-06-24 16:34 (UTC)

Thank you all the makepkg works

I did it like this.

yay -G miniconda3
cd ./miniconda3
makepkg -sric
sudo ln -s /opt/miniconda3/etc/profile.d/conda.sh /etc/profile.d/conda.sh

jadelord commented on 2020-06-22 16:48 (UTC)

@winksaville Thanks! Fixed it.

winksaville commented on 2020-06-22 16:33 (UTC)

@jadelord, the sha256sums wasn't updated in the latest commit it, it should be:

879457af6a0bf5b34b48c12de31d4df0ee2f06a8e68768e5758c3293b2daf688

crazyquark commented on 2020-06-12 08:39 (UTC)

Manjaro user here; just to confirm, does not install via yay but works if I just clone it and run makepkg -si manually.

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.