Search Criteria
Package Details: python-conda 24.11.2-1
Package Actions
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) |
Dependencies (19)
- python (python37AUR, python311AUR, python310AUR)
- python-archspecAUR
- python-boltonsAUR
- python-boto3
- python-botocore (python-botocore-gitAUR)
- python-conda-libmamba-solverAUR
- python-conda-package-handlingAUR
- python-pluggy
- python-pycosat
- python-requests
- python-ruamel-yaml (python-ruamel-yaml-hgAUR)
- python-tqdm
- python-build (make)
- python-hatch-vcs (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-wheel (make)
- python-pytest (check)
- python-pytest-mock (check)
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 installpython-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
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:
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
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.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »