@dundee sry, that's my fault. I uploaded a wrong patch when copied it from shell... Now It is fixed.
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: | 111 |
Popularity: | 0.150582 |
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-wsl2-gitAUR, mesa-amd-bc250AUR, mesa-gitAUR, mesa-minimal-gitAUR, amdonly-gaming-mesa-gitAUR, 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 »
petronny commented on 2016-10-29 14:29 (UTC)
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
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.
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
.