Thanks @yiyangzhi111, now pkgver
is 2023.07.1 since pkgver
is not allowed to contain colons, forward slashes, hyphens or whitespace.
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 2 3 4 5 6 7 .. 16 Next › Last »
carlosal1015 commented on 2023-07-15 16:47 (UTC)
yiyangzhi111 commented on 2023-07-15 07:06 (UTC)
update to 2023.07-1?
rppala commented on 2023-04-21 12:10 (UTC)
I noticed on Plasma I can't access to anaconda-navigator from the menu, because anaconda-navigator.desktop
is missing.
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=Anaconda
Version=2.0
Type=Application
Exec=<<anaconda_path>>/bin/anaconda-navigator
Icon=<<anaconda_path>>/lib/<<pythonVersion>>/site-packages/anaconda_navigator/static/images/anaconda-icon-256x256.png
Comment=Open Anaconda Navigator
Terminal=false
then copy it into the directory /usr/share/applications
or ~/.local/share/applications
.
Can anybody fix the PKGBUILD script?
Reference: Create shortcut icon for Anaconda
carlosal1015 commented on 2023-04-01 00:52 (UTC)
Hi @asakurahao, could you test creating a new environment with only with the dependencies and try if is get working. or share the environment.yml for test
asakurahao commented on 2023-03-31 22:09 (UTC) (edited on 2023-03-31 22:48 (UTC) by asakurahao)
Dear, Can someone help me? I installed some packages using conda. After the last update, I couldn't use these packages... trying to reinstall/update them (I also reinstalled the anaconda), I got the message:
The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:
- conda-forge/noarch::pdbfixer==1.7=pyhd3deb0d_0
- conda-forge/linux-64::python_abi==3.9=2_cp39
- conda-forge/linux-64::openmm==7.5.0=py39h23e55b3_4
After use the conda clean --all conda update --all
It showed me these warnings: UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions
With a lot of packages showing different versions...
What can I do to fix it?
eternalfloof commented on 2022-10-20 18:48 (UTC)
There are several shellcheck warnings with the PKGBUILD file, mostly around quoting. Since it's possible that $srcdir /$pkgdir can have spaces, it's good to add quotes. Eg:
+bash "${srcdir}/Anaconda3-${pkgver}-Linux-${CARCH}.sh" -b -p "$prefix" -f
-bash ${srcdir}/Anaconda3-${pkgver}-Linux-${CARCH}.sh -b -p $prefix -f
allexj commented on 2022-10-13 07:00 (UTC) (edited on 2022-10-13 07:03 (UTC) by allexj)
for who doesn't know where to find it once it finished installing. it's located in /opt/anaconda . To run the navigator, execute /opt/anaconda/bin/anaconda-navigator.
I suggest to follow this guide to create a new env (instead of using the base root env): https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
Also, the maintainer should add "libxau libxi libxss libxtst libxcursor libxcomposite libxdamage libxfixes libxrandr libxrender mesa-libgl alsa-lib libglvnd" as dependencies
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
- Before to upgrade I comment this line.
- Upgrade the package as usual.
- Uncomment the line.
Changelog: https://docs.anaconda.com/free/anaconda/reference/release-notes
cabal commented on 2021-10-10 12:22 (UTC)
I got an error in creating an interpreter while using Pycharm: CondaError: Unable to create prefix directory '/opt/anaconda/envs/pythonProject'
I was able to solve it by choosing a folder in my home directory. I hope it helps somebody with same issue.
Greetz
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
.