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.069604
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 .. 10 11 12 13 14 15 16 Next › Last »

immae commented on 2014-05-07 20:50 (UTC)

I was thinking more of an "anaconda" package that has python3 and "anaconda2" that has python2, to follow the general use regarding python. But if no-one but me would use the python3 version it's no point making the step to support is

gh02t commented on 2014-05-07 20:46 (UTC)

@immae W.r.t. making Py3k available by default, I'd say not. It should probably be left in the default configuration, as if you had run the installer script directly.

immae commented on 2014-04-13 18:27 (UTC)

Done

sivapvarma commented on 2014-04-13 11:13 (UTC)

1.9.2 is out. please update

immae commented on 2013-11-26 21:05 (UTC)

I updated the patch to take care of i686 architecture (the "conda_install" patch works for both, but not the installer): http://www.immae.eu/aur/anaconda-1.8.0-3.src.tar.gz @flexiondotorg I don't know how it works to reown/disown packages, should I just publish that in the "submit" menu and ownership will change automatically? One more question: We can make python3 available with anaconda: http://continuum.io/blog/anaconda-python-3 Would it be worth adding it to the default package, or should just the user decide wether or not to put it after the install?

immae commented on 2013-11-25 14:25 (UTC)

I can handle it if you wish, I'm not overloaded with packages to maintain. One problem though: I don't have i686 machine to test the install (I just realized that the patch will most probably fail with i686 installer, I'll try to adapt it later)

flexiondotorg commented on 2013-11-25 13:18 (UTC)

@immae - Many thanks for your contribution. I've included your changes. If you are interested in taking ownership of this package then I would be happy to disown it so you can maintain it. Let me know.

immae commented on 2013-11-23 21:46 (UTC)

Hi, I went through the problem reported in davidovitch and adamc83 problems, since I had the same (for instance, ipython refuses to start). This is actually due to the way it is installed: the anaconda script makes changes in the files depending on where it will be installed, which is not where it is installed during the makepkg. I built a patch for the sh extractor and the install script, so that it can install it somewhere but pointing somewhere else after the actual install. You can find the patches and the updated PKGBUILD here: http://www.immae.eu/aur/anaconda-1.8.0-2.src.tar.gz Can maybe the maintainer update his files with this one?

adamc83 commented on 2013-11-19 23:47 (UTC)

Does anyone actually have this working? @davidovitch's comment is still relevant for me 3 months later, but the package was just updated. Am I missing something obvious?

richli commented on 2013-11-13 21:11 (UTC)

@davidovitch: I think a sed script could rewrite the shebangs for the files in /opt/anaconda/bin/* to point to the proper location. I don't know if there are other things to fix, too.