Package Details: anaconda 2023.03-2

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: carlosal1015
Votes: 107
Popularity: 1.39
First Submitted: 2013-06-24 14:51 (UTC)
Last Updated: 2023-04-22 02:18 (UTC)

Dependencies (14)

Required by (1)

Sources (2)

Pinned Comments

carlosal1015 commented on 2022-09-03 23:07 (UTC)

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.

petronny commented on 2020-08-19 10:36 (UTC)

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

1 2 3 4 5 6 .. 15 Next › Last »

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)

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.

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

x3oo commented on 2021-08-22 18:01 (UTC)

my conda environment is spewing a lot of error when i try to run sharpy. i am susspecting my conda environment is installed wrongly. would somebody mind to explain the pkgbuild to me so i can reinstall in another way?

x3oo commented on 2021-08-20 13:42 (UTC) (edited on 2021-08-20 13:45 (UTC) by x3oo)

(1/1) checking available disk space [####################] 100% warning: could not get file information for opt/anaconda/conda-meta/conda-4.10.1-py38h06a4308_1.json warning: could not get file information for opt/anaconda/lib/python3.8/site-packages/conda-4.10.1-py3.8.egg-info/ warning: could not get file information for opt/anaconda/lib/python3.8/site-packages/conda-4.10.1-py3.8.egg-info/PKG-INFO warning: could not get file information for opt/anaconda/lib/python3.8/site-packages/conda-4.10.1-py3.8.egg-info/SOURCES.txt warning: could not get file information for opt/anaconda/lib/python3.8/site-packages/conda-4.10.1-py3.8.egg-info/dependency_links.txt warning: could not get file information for opt/anaconda/lib/python3.8/site-packages/conda-4.10.1-py3.8.egg-info/entry_points.txt warning: could not get file information for opt/anaconda/lib/python3.8/site-packages/conda-4.10.1-py3.8.egg-info/not-zip-safe warning: could not get file information for opt/anaconda/lib/python3.8/site-packages/conda-4.10.1-py3.8.egg-info/requires.txt warning: could not get file information for opt/anaconda/lib/python3.8/site-packages/conda-4.10.1-py3.8.egg-info/top_level.txt warning: could not get file information for opt/anaconda/lib/python3.8/site-packages/conda/_vendor/tqdm/pycache/_version.cpython-38.pyc warning: could not get file information for opt/anaconda/lib/python3.8/site-packages/conda/_vendor/tqdm/_version.py

get this warning with pacaur -S anaconda.

help appreciated

ls -l /opt/anaconda/lib/python3.8/site-packages/conda-4.10.1-py3.8.egg-info/ total 16 -rw-rw-r-- 2 root root 1 Aug 20 15:20 dependency_links.txt -rw-rw-r-- 2 root root 51 Aug 20 15:20 entry_points.txt -rw-rw-r-- 2 root root 1 Aug 20 15:20 not-zip-safe -rw-rw-r-- 2 root root 1347 Aug 20 15:20 PKG-INFO -rw-rw-r-- 2 root root 143 Aug 20 15:20 requires.txt -rw-rw-r-- 2 root root 8219 Aug 20 15:20 SOURCES.txt -rw-rw-r-- 2 root root 26 Aug 20 15:20 top_level.txt