@danielee0707 @yiping_huang
I'm working on it
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.65 |
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-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, 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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 16 Next › Last »
petronny commented on 2017-10-21 13:30 (UTC)
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.
cripcate commented on 2017-08-14 21:33 (UTC)
i was able to resolve my issue by cleaning up leftover files after the removal. I used $ sudo rm -r /opt/anaconda/ to clear anything left behind and then installed the package again with $ yaourt -S anaconda and it succeeded just fine.
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
.