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 »

ixdi commented on 2023-07-31 08:16 (UTC) (edited on 2023-07-31 08:19 (UTC) by ixdi)

sha512sum for 23.5.2 should be d8663c2b7e28f7f6d76e6a9892549b8f08d2a9e7e5f8eb89b78c16ca1b821bceed3772ebb013833948fabd8d24d045c3f05caee68cbc36f2c097dff1a8b25d65

thrimbor commented on 2023-07-31 00:37 (UTC)

The hash doesn't match

carlosal1015 commented on 2023-06-02 21:56 (UTC) (edited on 2023-06-02 22:01 (UTC) by carlosal1015)

Hi @busywhistling, yes conda 23.5.0 is available, but no available from here https://repo.continuum.io/miniconda

carlosal1015 commented on 2022-12-26 17:25 (UTC)

Hi @rosenberg, please check this section.

rosenberg commented on 2022-12-26 06:17 (UTC)

I get the lines to activate if I use bash. But how to activate if one uses fish as his shell?

carlosal1015 commented on 2022-09-19 03:14 (UTC)

Hi @mys_721tx, yes conda 4.14.0 is available, but no available from here https://repo.continuum.io/miniconda

carlosal1015 commented on 2022-09-13 01:23 (UTC)

Hi @helloitisme, yes there are a new version of conda, but no available from here https://repo.continuum.io/miniconda

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.

kiasoc5 commented on 2021-11-30 22:19 (UTC)

https://wiki.archlinux.org/title/Arch_package_guidelines#Package_etiquette

"Do not use makepkg subroutines (e.g. error, msg, msg2, plain, warning) as they might change at any time. To print data, use printf or echo."

kearneyBack commented on 2021-09-17 12:21 (UTC)

Thank you for friendly reply. Sometimes we will install Android Studio, Eclipse in /opt/appname. In default design privilege, user do not have write access to it. It will cause problems when update. In Eclipse example, if use sudo, more wired things happen. Thankfully that not happen with miniconda3.