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

petronny commented on 2017-10-21 13:30 (UTC)

@danielee0707 @yiping_huang I'm working on it

yiping_huang commented on 2017-10-21 13:03 (UTC)

sudo anaconda-navigator xkbcommon: ERROR: failed to add default include path /tmp/pamac-build-yp/anaconda/pkg/anaconda/opt/anaconda/lib Qt: Failed to create XKB context! Use QT_XKB_CONFIG_ROOT environmental variable to provide an additional search path, add ':' as separator to provide several search paths and/or make sure that XKB configuration data directory contains recent enough contents, to update please see http://cgit.freedesktop.org/xkeyboard-config/ . Fontconfig error: Cannot load default config file These line not shown by install using package from Anaconda website.

danielee0707 commented on 2017-10-19 22:04 (UTC)

After installing this package using pacaur, backspace did not work properly when using python console in terminal. Using default anaconda installer fixed the issue. Did anyone have the same issue? Where do you think the issue is from, pacaur or something else?

mrgodo commented on 2017-10-18 02:27 (UTC)

Sorry but version 4 was running ok. Now I can't install it. I also face thewall's problem, now this occurs at the end of setup. /usr/bin/makepkg: line 1187: 9370 Killed LANG=C bsdtar -cf - "${comp_files[@]}" * 9371 Done | case "$PKGEXT" in *tar.gz) ${COMPRESSGZ[@]:-gzip -c -f -n} ;; *tar.bz2) ${COMPRESSBZ2[@]:-bzip2 -c -f} ;; *tar.xz) ${COMPRESSXZ[@]:-xz -c -z -} ;; *tar.lrz) ${COMPRESSLRZ[@]:-lrzip -q} ;; *tar.lzo) ${COMPRESSLZO[@]:-lzop -q} ;; *tar.Z) ${COMPRESSZ[@]:-compress -c -f} ;; *tar) cat ;; *) warning "$(gettext "'%s' is not a valid archive extension.")" "$PKGEXT"; cat ;; esac > "${pkg_file}"

petronny commented on 2017-10-16 10:37 (UTC)

@thewall fixed. thanks for report

thewall commented on 2017-10-16 08:23 (UTC) (edited on 2017-10-16 08:23 (UTC) by thewall)

The last update created a problem for me. The shebang line in "/opt/anaconda/bin/conda" script was changed to something like this: #!/home/user/.cache/pacaur/anaconda/pkg/anaconda/opt/anaconda/bin/python which of course led to "bad interpreter". Changing the line to #!/opt/anaconda/bin/python fixed the issue.

Sam_DM commented on 2017-08-23 18:57 (UTC) (edited on 2017-08-23 19:04 (UTC) by Sam_DM)

If you have a problem with a *.a file not being found when creating an env. Then: 1) remove the environment that you tried to make with conda (conda remove --name <env-name> --all) 2) uninstall this package 3) remove the folder /opt/anaconda (sudo -rm -r /opt/anaconda) which is not removed by uninstallation. 4) re-install this package with a modified 'PKGBUILD' where you replace the line 'options=(!strip libtool)' with 'options=(!strip libtool staticlibs)' 5) Try to create the env again. Now it should work. If you want to know why this works, read the contents of /etc/makepkg.conf, especially line 82.

zergler commented on 2017-08-16 02:12 (UTC)

@leshow I had the a similar problem related to linking of openssl, you can fix yours by adding staticlibs to the OPTIONS of the PKGBUILD so that it keeps static libraries on install. Check out makepkg.conf.