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.007931
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 .. 5 6 7 8 9 10 11 12 13 14 15 Next › Last »

arux commented on 2016-11-22 14:36 (UTC)

Hello. I launched the install of anaconda using the pamac manager but I'm stuck then. Neither anaconda nor conda commands are recognized in the terminal. Any insights ? thanks.

petronny commented on 2016-10-29 14:29 (UTC)

@dundee sry, that's my fault. I uploaded a wrong patch when copied it from shell... Now It is fixed.

petronny commented on 2016-10-26 08:33 (UTC) (edited on 2016-10-26 08:35 (UTC) by petronny)

Well, I think I have confused with anaconda and conda before. anaconda should provide the enviroment only, but not the executable conda. It do should avoid downloading the libraries when cloning it. And I think it should be ran in offline-mode forever. conda should have the abilities to switch channels and download packages which have newer version than them in anaconda. So, I think these should be done for anaconda: 1. add back the default package cache and urls(optional) in conda-meta 2. add a script, /usr/bin/anaconda, to call /opt/anaconda/bin/conda in offline-mode 3. link /opt/anaconda/bin/{,de}activate to /usr/bin/anaconda-{,de}activate 4. add anaconda.install to list the executables installed and tell everyone to use python-conda instead for online-mode after the installation. PS. It doesn't have to be conflict with python-conda. @immae Actually I rarely use anaconda... I will be watching this package but I don't want to maintain it, sry

dundee commented on 2016-10-25 17:54 (UTC)

sha256 sum for install.py.patch is not correct, should be c8b3c3a0b2ff76e21991b936f935db4bc168eae311a446ca2d947f8b41181b19

immae commented on 2016-10-25 13:32 (UTC)

Thanks Petron, it's a great work! Do you want to take the lead for maintaining that package?

petronny commented on 2016-10-22 19:37 (UTC) (edited on 2016-10-24 07:56 (UTC) by petronny)

I have re-written all the patches and make it works with 4.2.0. The PKGBUILD and a patch are uploaded to https://gist.github.com/petronny/6e37487508812bd1fe7ca9952f5120a5 Commands $ /opt/anaconda/bin/conda create -n my_root --clone=/opt/anaconda $ source /opt/anaconda/bin/activate my_root $ /opt/anaconda/bin/conda config --add channels 'https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/' $ /opt/anaconda/bin/conda config --set show_channel_urls yes $ /opt/anaconda/bin/conda update --all $ /opt/anaconda/bin/conda create -n test numpy are tested and work fine. PS. I have to strip the default package cache and urls in conda-meta to use a channel rather than default. Though keeping them will avoid downloading the libraries when only the default channel is used, I prefer to strip them for more "channel-wide".

petronny commented on 2016-10-22 14:11 (UTC)

I'm working on it.

immae commented on 2016-10-22 10:05 (UTC)

@petron: I see you submitted an orphan request. I'm not missing, I just didn't take the time to go through the new installation system (As said 2016-08-13 20:02, I'm not sure it's possible anymore to have a correct patch of the install script to make it "system-wide") I'm willing to let you take the lead if you already went successfuly through that task and agree to also maintain Anaconda2. But that time (since 4.1.1 actually), the change didn't seem so easy (note that there is a helper script in the repository, which might be of use if you wish)

petronny commented on 2016-10-14 17:29 (UTC)

please update it to 4.2.0

ilverz commented on 2016-10-10 21:46 (UTC)

I had this error: " ImportError: No module named 'PyQt5.QtWebEngineWidgets' " that I have resolved installing: libselinux