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.84
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 »

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

lerhard commented on 2019-07-22 14:20 (UTC)

hidebu, Thank you ! I looked for hours and can confirm that the symbolik link workaround seems to work.

hidebu commented on 2019-05-22 11:38 (UTC) (edited on 2019-05-22 11:41 (UTC) by hidebu)

jat255, I face the same issue, and solved it by overwriting ld in compailer_compat. e.g. ln -snf /bin/ld ~/.conda/envs/py365/compiler_compat/ld

it seems binutils 2.32 is required, but ld in compailer_compat is 2.31.1. I found the hint at https://bbs.archlinux.org/viewtopic.php?id=242682

jat255 commented on 2019-02-27 17:53 (UTC)

Has anyone using this package (together with PyCharm) been able to install the Cython debugging extensions in a project that is using a conda environment as the Python interpreter? The extensions compile fine when using the system-wide python, but fail when using miniconda's python. I receive the following error when trying to compile the extensions manually:

$ sudo /path/to/miniconda/python /opt/pycharm-professional/helpers/pydev/setup_cython.py build_ext --inplace

running build_ext
building '_pydevd_bundle.pydevd_cython' extension
creating build/temp.linux-x86_64-3.6
creating build/temp.linux-x86_64-3.6/_pydevd_bundle
gcc -pthread -B /home/xxx/.conda/envs/xxx/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/xxx/.conda/envs/xxx/include/python3.6m -c _pydevd_bundle/pydevd_cython.c -o build/temp.linux-x86_64-3.6/_pydevd_bundle/pydevd_cython.o
creating build/lib.linux-x86_64-3.6
creating build/lib.linux-x86_64-3.6/_pydevd_bundle
gcc -pthread -shared -B /home/xxx/.conda/envs/xxx/compiler_compat -L/home/xxx/.conda/envs/xxx/lib -Wl,-rpath=/home/xxx/.conda/envs/xxx/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.6/_pydevd_bundle/pydevd_cython.o -o build/lib.linux-x86_64-3.6/_pydevd_bundle/pydevd_cython.cpython-36m-x86_64-linux-gnu.so
/home/xxx/.conda/envs/xxx/compiler_compat/ld: build/temp.linux-x86_64-3.6/_pydevd_bundle/pydevd_cython.o: unable to initialize decompress status for section .debug_info
/home/xxx/.conda/envs/xxx/compiler_compat/ld: build/temp.linux-x86_64-3.6/_pydevd_bundle/pydevd_cython.o: unable to initialize decompress status for section .debug_info
/home/xxx/.conda/envs/xxx/compiler_compat/ld: build/temp.linux-x86_64-3.6/_pydevd_bundle/pydevd_cython.o: unable to initialize decompress status for section .debug_info
/home/xxx/.conda/envs/xxx/compiler_compat/ld: build/temp.linux-x86_64-3.6/_pydevd_bundle/pydevd_cython.o: unable to initialize decompress status for section .debug_info
build/temp.linux-x86_64-3.6/_pydevd_bundle/pydevd_cython.o: file not recognized: file format not recognized
collect2: error: ld returned 1 exit status
error: command 'gcc' failed with exit status 1

(x-posting this comment to the pycharm-professional AUR page)