Package Details: anaconda 2024.10.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: 110
Popularity: 0.092538
First Submitted: 2013-06-24 14:51 (UTC)
Last Updated: 2024-10-24 08:33 (UTC)

Dependencies (14)

Required by (1)

Sources (3)

Pinned Comments

mgd commented on 2024-08-08 11:19 (UTC)

I had to set CRYPTOGRAPHY_OPENSSL_NO_LEGACY=true in the environment to start Anaconda. While this is easy to research it might be helpful to add this by default or at least emit a note stating that.

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

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 16 Next › Last »

mapcode.mind commented on 2018-11-03 11:55 (UTC)

it appears that anaconda is compiled w/o support for multiple processors. Is there a way for me to pass an argument like -j4 during install or anything. I have a 2-core 4-threads processor.

artemklevtsov commented on 2018-11-01 08:06 (UTC)

Anaconda3-5.3.0-Linux-x86_64.sh hash check failed.

petronny commented on 2018-06-11 17:16 (UTC)

@kbumsik @CaeZaR Build the package and install it with

$ pacman -U /path/to/anaconda.pkg.tar.xz --force

And you shouldn't use sudo conda to install things to /opt/anaconda. Create a clone and use it.

$ conda create -n myroot --clone /opt/anaconda
$ source activate myroot
$ conda install pyqt

CaeZaR commented on 2018-06-11 15:25 (UTC)

I have similar issues to @kbumsik when upgrading from 5.1.0 to 5.2.0.

All files report the following error:

anaconda: /opt/anaconda/XXX.XXX exists in filesystem

kbumsik commented on 2018-06-10 20:14 (UTC) (edited on 2018-06-10 20:20 (UTC) by kbumsik)

FYI, here is a desktop entry for anaconda-navigator, paste this to /usr/share/applications/anaconda-navigator.desktop:

[Desktop Entry]
Version=1.0
Type=Application
Name=Anaconda-Navigator
GenericName=Anaconda
Comment=Scientific PYthon Development EnviRonment - Python3
Exec=bash -c 'source /opt/anaconda/bin/activate && anaconda-navigator'
Categories=Development;Science;IDE;Qt;Education;
Icon=python
Terminal=false
StartupNotify=true
MimeType=text/x-python;

kbumsik commented on 2018-06-10 18:57 (UTC)

I cannot upgrade from 5.1.0 -> 5.2.0 because it says some files already exists. It looks like it conflicts with some packages I installed using conda. Is there a workaround?

jadelord commented on 2018-06-02 04:09 (UTC)

FYI, miniconda3 is now available in AUR, using a PKGBUILD nearly identical to the one used here.

Qadmon commented on 2018-05-30 14:30 (UTC) (edited on 2018-05-30 14:36 (UTC) by Qadmon)

Hello. While trying to install anaconda with aurman, installation gets stuck on compressing the package, after which the only choice is to abort.

It's possible to get it by downloading the install script from Continuum and running it yourself, though (make sure to change owner of /opt beforehand if you're installing there).

Keydo commented on 2018-04-20 08:34 (UTC) (edited on 2018-04-20 08:34 (UTC) by Keydo)

I'm unable to install anaconda for quite some time. Today i got a new error:

==> Retrieving sources... -> Downloading Anaconda3-5.1.0-Linux-x86_64.sh... curl: (56) Unexpected EOF

After restart:

curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume. ==> ERROR: Failure while downloading http://repo.continuum.io/archive/Anaconda3-5.1.0-Linux-x86_64.sh Aborting... ==> ERROR: Makepkg was unable to build anaconda. ==> Restart building anaconda ? [y/N]