Package Details: anaconda 2024.02.1-1

Git Clone URL: https://aur.archlinux.org/anaconda.git (read-only, click to copy)
Package Base: anaconda
Description: Simplifies package management and deployment of Anaconda
Upstream URL: https://anaconda.com
Licenses: custom
Provides: conda
Submitter: flexiondotorg
Maintainer: carlosal1015 (petronny, AutoUpdateBot)
Last Packager: AutoUpdateBot
Votes: 109
Popularity: 0.017904
First Submitted: 2013-06-24 14:51 (UTC)
Last Updated: 2024-02-27 08:33 (UTC)

Dependencies (14)

Required by (1)

Sources (3)

Pinned Comments

carlosal1015 commented on 2022-09-03 23:07 (UTC) (edited on 2023-07-15 17:00 (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/anaconda/etc/profile.d/conda.sh ] && source /opt/anaconda/etc/profile.d/conda.sh
  1. Before to upgrade I comment this line.
  2. Upgrade the package as usual.
  3. Uncomment the line.

Changelog: https://docs.anaconda.com/free/anaconda/reference/release-notes

petronny commented on 2020-08-19 10:36 (UTC) (edited on 2023-12-12 12:23 (UTC) by petronny)

This PKGBUILD is tested with extra-x86_64-build.

If you get any problem when build this package, you can try the prebuilt binary from the arch4edu repository. It's also built with extra-x86_64-build.

Latest Comments

1 2 3 4 5 6 .. 15 Next › Last »

rainbus commented on 2023-12-07 07:36 (UTC)

Hello, can this repo add the aarch64 platform support?

https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-aarch64.sh

carlosal1015 commented on 2023-07-16 05:15 (UTC)

Fixed now, thanks @matejdro.

matejdro commented on 2023-07-16 04:44 (UTC)

It seems like anaconda-navigator.desktop does not pass the validity check:

==> Validating source files with sha512sums...
    Anaconda3-2023.07-1-Linux-x86_64.sh ... Passed
    anaconda-navigator.desktop ... FAILED
==> ERROR: One or more files did not pass the validity check!

carlosal1015 commented on 2023-07-15 16:47 (UTC)

Thanks @yiyangzhi111, now pkgver is 2023.07.1 since pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.

yiyangzhi111 commented on 2023-07-15 07:06 (UTC)

update to 2023.07-1?

rppala commented on 2023-04-21 12:10 (UTC)

I noticed on Plasma I can't access to anaconda-navigator from the menu, because anaconda-navigator.desktop is missing.

#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Anaconda
Version=2.0
Type=Application
Exec=<<anaconda_path>>/bin/anaconda-navigator
Icon=<<anaconda_path>>/lib/<<pythonVersion>>/site-packages/anaconda_navigator/static/images/anaconda-icon-256x256.png
Comment=Open Anaconda Navigator
Terminal=false

then copy it into the directory /usr/share/applications or ~/.local/share/applications.

Can anybody fix the PKGBUILD script?

Reference: Create shortcut icon for Anaconda

carlosal1015 commented on 2023-04-01 00:52 (UTC)

Hi @asakurahao, could you test creating a new environment with only with the dependencies and try if is get working. or share the environment.yml for test

asakurahao commented on 2023-03-31 22:09 (UTC) (edited on 2023-03-31 22:48 (UTC) by asakurahao)

Dear, Can someone help me? I installed some packages using conda. After the last update, I couldn't use these packages... trying to reinstall/update them (I also reinstalled the anaconda), I got the message:

The environment is inconsistent, please check the package plan carefully

The following packages are causing the inconsistency:

  • conda-forge/noarch::pdbfixer==1.7=pyhd3deb0d_0
  • conda-forge/linux-64::python_abi==3.9=2_cp39
  • conda-forge/linux-64::openmm==7.5.0=py39h23e55b3_4

After use the conda clean --all conda update --all

It showed me these warnings: UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions

With a lot of packages showing different versions...

What can I do to fix it?

eternalfloof commented on 2022-10-20 18:48 (UTC)

There are several shellcheck warnings with the PKGBUILD file, mostly around quoting. Since it's possible that $srcdir /$pkgdir can have spaces, it's good to add quotes. Eg:

+bash "${srcdir}/Anaconda3-${pkgver}-Linux-${CARCH}.sh" -b -p "$prefix" -f
-bash ${srcdir}/Anaconda3-${pkgver}-Linux-${CARCH}.sh -b -p $prefix -f

allexj commented on 2022-10-13 07:00 (UTC) (edited on 2022-10-13 07:03 (UTC) by allexj)

for who doesn't know where to find it once it finished installing. it's located in /opt/anaconda . To run the navigator, execute /opt/anaconda/bin/anaconda-navigator.

I suggest to follow this guide to create a new env (instead of using the base root env): https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html

Also, the maintainer should add "libxau libxi libxss libxtst libxcursor libxcomposite libxdamage libxfixes libxrandr libxrender mesa-libgl alsa-lib libglvnd" as dependencies