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?
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.078640 |
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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 16 Next › Last »
danielee0707 commented on 2017-10-19 22:04 (UTC)
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.
cripcate commented on 2017-08-14 11:51 (UTC)
I had this package installed without any problems, then I uninstalled it with
$ yaourt -R anaconda
to resolve some issues i had with it regarding other software that used it. Then I tried to reinstall it with
$ yaourt -S anaconda --tmp=/path/to/tmp
(my tmpfs is too small). But it threw me a million errors in the end. The errors all looked like this
anaconda: /opt/anaconda/pkgs/sphinx-1.5.6-py36_0/lib/python3.6/site-packages/Sphinx-1.5.6-py3.6.egg/sphinx/themes/basic/static/minus.png exists in filesystem
with different files / packages. So i seems like my anaconda is still installes? I can't use it tho, because my bash tells me it cant find the command conda. Any idea on how to resolve this?
leshow commented on 2017-08-09 02:43 (UTC) (edited on 2017-08-09 02:48 (UTC) by leshow)
I can't seem to create a new conda env. After I install this package, I do:
$ source /opt/anaconda/bin/activate root
$ conda create -n myroot --clone /opt/anaconda
(root) > ~CONDA_PREFIX conda create -n myconda --clone /opt/anaconda
Source: /opt/anaconda
Destination: /home/leshow/.conda/envs/myconda
The following packages cannot be cloned out of the root environment:
- conda-env-2.6.0-0
- conda-4.3.21-py36_0
Packages: 200
Files: 0
ERROR conda.core.link:_execute_actions(337): An error occurred while installing package 'defaults::expat-2.1.0-0'.
CondaError: Cannot link a source that does not exist. /opt/anaconda/pkgs/expat-2.1.0-0/lib/libexpat.a
Attempting to roll back.
CondaError: Cannot link a source that does not exist. /opt/anaconda/pkgs/expat-2.1.0-0/lib/libexpat.a
any ideas? pacman reports that I have expat installed.
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
.