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 .. 4 5 6 7 8 9 10 Next › Last »
mdeff commented on 2018-03-28 17:40 (UTC) (edited on 2018-03-28 17:41 (UTC) by mdeff)
I've spotted some issues with that package:
/usr/bin/conda-env
is not installed. I guess this file (along with/usr/bin/conda
) is generated by the installer. Withoutconda-env
users cannot access theconda env
commands, e.g.conda env export
.setenv
instead ofset
? (installer usessetenv
)export
(the variable can stay private, as done by the installer)_CONDA_EXE
,_CONDA_ROOT
should be set to/
. For fish,set _CONDA_ROOT /
(it is used for auto-completion).conda env
in fish (https://github.com/conda/conda/pull/7101).cyrevolt commented on 2018-02-21 21:18 (UTC)
The issues are now fixed and it works again. :) I tested with bash, fish, and zsh.
You may need to set
pkgs_dirs
in yourcondarc
. To do so, you can use the CLI: https://github.com/conda/conda/blob/caedbbfe37860f3b61466408cc9ae199b3ffe910/CHANGELOG.md#4315-2017-03-20Thanks everyone for helping and enjoy conda! :)
cyrevolt commented on 2018-02-19 00:12 (UTC)
I am sorry for fish users. Version 4.4 changed the shell integration again.
After
conda activate
, you cannot use conda anymore. It will raise the errorImportError: No module named 'conda'
. If anyone has a solution, I'd be happy to know - and everyone else surely. :) To get this to work at all, I had to inject the path to the /usr/bin/conda script into the fish script that has to be sourced. And that one actually reads "# WARNING: Not a real conda entry point. Do not use other than for tests.".cyrevolt commented on 2017-11-24 11:16 (UTC)
cyrevolt commented on 2017-05-07 20:52 (UTC)
cyrevolt commented on 2017-04-26 22:45 (UTC)
ardeaf commented on 2017-04-26 22:34 (UTC) (edited on 2017-04-26 22:35 (UTC) by ardeaf)
confusedfla commented on 2017-01-30 07:57 (UTC)
cyrevolt commented on 2017-01-24 22:49 (UTC)
jddantes commented on 2017-01-20 04:48 (UTC)
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 Next › Last »