Package Details: python-conda 24.11.2-1

Git Clone URL: https://aur.archlinux.org/python-conda.git (read-only, click to copy)
Package Base: python-conda
Description: OS-agnostic, system-level binary package manager and ecosystem https://conda.io
Upstream URL: https://github.com/conda/conda
Licenses: BSD-3-Clause
Provides: python-conda, python-conda-env
Submitter: cyrevolt
Maintainer: flying-sheep (brianrobt)
Last Packager: brianrobt
Votes: 34
Popularity: 0.82
First Submitted: 2016-04-08 07:41 (UTC)
Last Updated: 2025-01-03 04:35 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

mdeff commented on 2019-07-01 10:25 (UTC) (edited on 2019-07-08 09:29 (UTC) by mdeff)

I confirm @pszynk's findings. I had to export CONDA_EXE and install python-libarchive-c. Note that _CONDA_ROOT is still referenced in /etc/fish/conf.d/conda.fish. (edit: I previously stated I didn't need to export)

pszynk commented on 2019-06-28 11:54 (UTC) (edited on 2019-06-28 11:54 (UTC) by pszynk)

Also, there are two new dependecies

  • python-libarchive-c
  • python-tqdm

pszynk commented on 2019-06-28 11:41 (UTC) (edited on 2019-06-28 11:42 (UTC) by pszynk)

@bobschi yeah, there is an error in PKGBUILD, should be:

 echo 'export CONDA_EXE=/usr/bin/conda
export CONDA_ROOT=/' | cat - conda/shell/etc/profile.d/conda.sh > conda.sh

wrong variables are exported! _CONDA_EXE and _CONDA_ROOT

cyrevolt commented on 2019-06-17 15:01 (UTC)

I guess it's somewhat related to https://github.com/conda/conda/commit/5efca40af360bdafdd78ada34b5bfd22137a3c8f - I'll see if I can find a fix. They are changing how paths and environments are being handled from time to time. That caused me a headache a few times already. :D

bobschi commented on 2019-06-17 09:48 (UTC)

After installing this package I manually have to add

export CONDA_EXE=/usr/bin/conda

to .bashrc, otherwise it won't work. Any ideas on that?

Stendec commented on 2019-06-14 17:56 (UTC)

There's a weird dependency circle with python-conda-package-handling when starting from scratch (neither python-conda or python-conda-package-handling installed). They both depend on each other and neither will build.

This can be circumvented by first installing python-conda-git, then python-conda-package-handling, and THEN python-conda, but this seems a little non-ideal.

cyrevolt commented on 2019-06-13 20:14 (UTC)

Please see the respective package: https://aur.archlinux.org/packages/python-conda-package-handling/#comment-696941

TL;DR: fixed

kristerv commented on 2019-06-13 10:50 (UTC) (edited on 2019-06-13 11:20 (UTC) by kristerv)

Install fails

==> Making package: python-conda-package-handling 1.3.4-1 (Thu 13 Jun 2019 01:47:01 PM EEST)
==> Retrieving sources...
  -> Found 1.3.4.tar.gz
==> Validating source files with sha512sums...
    1.3.4.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
Error downloading sources: python-conda-package-handling

just for info: https://aur.archlinux.org/packages/python-conda-git installs. edit: never mind, they don't include python-conda-package-handling.. also I'm now understanding the problem is with python-conda-package-handling and not python-conda - moving over.