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.80
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

jadelord commented on 2018-11-27 10:01 (UTC) (edited on 2018-11-27 10:02 (UTC) by jadelord)

nikatar, I don't think this is related to miniconda3 packaging, so this is not the right support channel. Still, I could give you some directions:

Consider moving / deleting the following directory

~/.ipython/profile_default/

Check your environment variables for remnants from your previous installation.

env | grep conda
env | grep CONDA

nikatar commented on 2018-11-23 15:06 (UTC) (edited on 2018-11-23 15:07 (UTC) by nikatar)

Hello. Could you help me please? At the beginning I installed anaconda from AUR. After I removed it(including files and directories in HOME manually) and installed miniconda, but now I can't run jupyter-notebook due to kernel errors: for some reasons jupyter-notebook tries to run command ~/anoconda3/bin/python

['/home/nikatar/anaconda3/bin/python', '-m', 'ipykernel_launcher', '-f', '/run/user/1000/jupyter/kernel-7cbb9d30-cfc3-4ecd-b067-adbcfb36eb29.json'] PATH='/home/nikatar/.conda/envs/myenv/bin:/home/nikatar/.rvm/gems/ruby-2.5.1/bin:/home/nikatar/.rvm/gems/ruby-2.5.1@global/bin:/home/nikatar/.rvm/rubies/ruby-2.5.1/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/nikatar/.rvm/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/nikatar/.rvm/bin' with kwargs: {'stdin': -1, 'stdout': None, 'stderr': None, 'cwd': '/home/nikatar/Документы/dev/omm/1-28', 'start_new_session': True}

jadelord commented on 2018-09-17 11:41 (UTC)

@simonp Done :)

simonp commented on 2018-09-17 11:38 (UTC)

Please use https for downloading MinicondaXXX.sh.

jadelord commented on 2018-08-13 07:03 (UTC)

DeawDukeDig: Done :) Thanks for reporting.

DeawDukeDig commented on 2018-08-08 18:08 (UTC)

Wrong miniconda.install 's sha256sum. Please correct PKGBUILD.

jadelord commented on 2018-08-08 11:56 (UTC) (edited on 2018-09-10 21:12 (UTC) by jadelord)

astroboy: That is the old method. Now you should do instead:

[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh

astroboy commented on 2018-06-30 14:24 (UTC)

shouldn't '/opt/miniconda3/bin/' be added to $PATH? cause I can't access conda unless I switch to the base venv running 'source /opt/miniconda3/bin/activate root'