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.006092
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 2 3 4 5 6 7 .. 15 Next › Last »

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
  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

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

Wings-Fantasy commented on 2021-06-09 14:27 (UTC) (edited on 2021-06-09 14:29 (UTC) by Wings-Fantasy)

Run command:

conda env list

First return to the warning:

/opt/anaconda/lib/python3.8/site-packages/binstar_client/requests_ext.py:124:
SyntaxWarning: "is" with a literal. Did you mean "=="?
if mode is 0:
/opt/anaconda/lib/python3.8/site-packages/binstar_client/requests_ext.py:130:
SyntaxWarning: "is" with a literal. Did you mean "=="?
elif mode is 2:

Then it returned the expected result
how to solve this problem?

khampf commented on 2021-05-20 14:05 (UTC)

anaconda 2021.05 does not seem compatible with jupyter notebooks from previous versions?!?!?

TypeError: Cannot interpret '<attribute 'dtype' of 'numpy.generic' objects>' as a data type

Maxnet commented on 2021-04-23 07:38 (UTC)

Hello, thanks for this package. I just installed it on Manjaro-KDE and had a little bug: Anaconda-navigator did not show its gui up, before I installed the dependencies from here: https://docs.anaconda.com/anaconda/install/linux/ You may include the dependencies here, maybe as optional?

kunzaatko commented on 2020-12-10 22:34 (UTC)

After installing, the clear command did not work. To reiterate the /opt/anaconda/bin/clear did not work. It returned with

terminals database is inaccessible

I tried in zsh, bash and in fish. After deleting the file /opt/anaconda/bin/clear it works as normal. Could this possibly be a problem with the installation and should I also check other commands, that are now deprecated in the path by the anaconda binaries? Thank you!