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

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 Next › Last »

183.amir commented on 2015-09-27 16:58 (UTC)

No it doesn't. It has all of its dependencies included. This package has its own matplotlib and other things.

the-k commented on 2015-09-27 13:36 (UTC)

This package depends on python-matplotlib.

thisirs commented on 2015-04-09 12:08 (UTC)

Lots of "LD_PRELOAD..." error for me too! And it crashed my system... Adding LD_PRELOAD="/usr/lib/libfakeroot/libfakeroot.so" at the beginning of PKGBUILD file did the trick for me!

immae commented on 2015-04-06 16:45 (UTC)

As for a python prefix, I'm more inclined to see anaconda as something different from python that uses python (something like `visit`). Unless it really is a problem, I don't see a point in changing that yet

immae commented on 2015-04-06 16:41 (UTC)

It's up to date now with 2.2.0 @atczaja: I have the same (somehing.so == libfakeroot.so), I don't know where it comes from. It does work however on my machine, even though the errors are there. @183.amir: added libtool

183.amir commented on 2015-04-05 09:48 (UTC)

Please consider adding "libtool" to the options. I was facing a bug because the ".la" files were removed during packaging. Link to the bug: https://github.com/conda/conda/issues/1248

atczaja commented on 2015-04-01 19:58 (UTC)

When installing this package, I get a ton of "ERROR: ld.so: object 'something.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored". Even after letting the installation process finish despite these errors, I cannot get Anaconda to work. I've tried installing with pacaur as well as building from the tarball and makepkg. Is anyone else getting this problem, or is there something I'm doing wrong?

davidovitch commented on 2015-02-11 18:36 (UTC)

Regarding the name: (python-)anaconda. I noticed that the other python distribution packages, such as python2-epd-oss and python2-ets (Enthought), or python-xy, are indeed a collection of packages installed in the system's python environment. So although I agree it can be confusing for some, this package is clearly not a python package, but an independent python installation. On the other hand, the python prefix is also used just to indicate that the package contains python code/programs... TLDR: to "python-" prefix, or not to "python-" prefix, that is the question...

immae commented on 2015-01-06 16:32 (UTC)

@tinyprog: to me python-anaconda would be a python (3) module, while here anaconda is a complete and self-sufficient (python) distribution. But maybe I missinterpreted the meaning of "python-" prefix.

limadm commented on 2015-01-06 01:21 (UTC)

Why not "python-anaconda" and "python2-anaconda"?