sha256 sum for install.py.patch is not correct, should be c8b3c3a0b2ff76e21991b936f935db4bc168eae311a446ca2d947f8b41181b19
Search Criteria
Package Details: anaconda 2024.10.1-1
Package Actions
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)
- alsa-lib (optional) – for Anaconda Navigator support
- libglvnd (libglvnd-gitAUR) (optional) – for Anaconda Navigator support
- libxau (optional) – for Anaconda Navigator support
- libxcomposite (optional) – for Anaconda Navigator support
- libxcursor (optional) – for Anaconda Navigator support
- libxdamage (optional) – for Anaconda Navigator support
- libxfixes (optional) – for Anaconda Navigator support
- libxi (libxi-gitAUR) (optional) – for Anaconda Navigator support
- libxrandr (libxrandr-gitAUR) (optional) – for Anaconda Navigator support
- libxrender (optional) – for Anaconda Navigator support
- libxss (optional) – for Anaconda Navigator support
- libxtst (optional) – for Anaconda Navigator support
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-amber) (optional) – for Anaconda Navigator support
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR) (optional) – for
Required by (1)
- python-conda-pack (requires conda)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 Next › Last »
dundee commented on 2016-10-25 17:54 (UTC)
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
immae commented on 2016-08-13 20:02 (UTC) (edited on 2016-08-13 20:03 (UTC) by immae)
At the moment the anaconda install file for 4.1.1 changed in a way that is not compatible with my patches. I have to find a new way to make it work again, but I don't have the time. Feel free to propose some patch if you have an idea.
cryzed commented on 2016-07-03 21:22 (UTC) (edited on 2016-07-03 21:22 (UTC) by cryzed)
I created an issue here: https://github.com/conda/conda/issues/2972. Feel free to comment if I missed anything.
immae commented on 2016-06-30 21:12 (UTC)
Sure, the thing is to be clear when reporting the "bug" that it's not a bug on their side, but a side effect of the fact that we try to do things systemwide.
I don't think any other linux distribution has done that, so I don't think they have any incentive to fix that. But maybe I'm wrong, and they'd be glad to be able to provide an easy way to do a systemwide installation of anaconda. To be honest, I never tried to contact them...
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.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
.