Search Criteria
Package Details: python-conda 24.9.2-2
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: | flying-sheep |
Votes: | 34 |
Popularity: | 2.84 |
First Submitted: | 2016-04-08 07:41 (UTC) |
Last Updated: | 2024-10-31 13:00 (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 (python-installer-gitAUR) (make)
- python-wheel (make)
- python-pytest (check)
- python-pytest-mock (check)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »
huyz commented on 2022-05-13 05:07 (UTC)
A workaround of this issue is to edit
/usr/lib/python3.10/site-packages/conda-4.12.0-py3.10.egg-info/requires.txt
and remove theruamel_yaml_conda>=0.11.14
line.huyz commented on 2022-05-13 04:36 (UTC)
It seems that
python-setuptools 1:60.0.0-1
breaksconda
.With
python-setuptools
60.0.0 I got the following error:Downgrade
python-setuptools
to 59.8.0 solves this issue.mdeff commented on 2022-03-24 23:44 (UTC)
Found a fix:
We replace
main_pip
bymain
to avoid the hook that says to runconda init
, and we create a second entrypoint forconda-env
.The lack of a
conda-env
entrypoint should probably be reported upstream.mdeff commented on 2022-03-24 20:56 (UTC) (edited on 2022-03-24 20:59 (UTC) by mdeff)
conda env
fails withCommandNotFoundError: No command 'conda env'.
, whilepython /usr/lib/python3.10/site-packages/conda/shell/bin/conda-env
works. Thoughconda-env
says "WARNING: Not a real conda entry point. Do not use other than for tests.".I wonder why there is no
/usr/bin/conda-env
while/usr/bin/conda
is created.specter119 commented on 2022-03-16 08:20 (UTC)
Hi @monson fixed with version 4.12, you may comment if still have any issues.
monson commented on 2022-03-14 07:49 (UTC)
@specter119 HI, https://aur.archlinux.org/packages/python-conda/#comment-769183 still not fixed, would you add it to PKGBUILD?
TJM commented on 2022-01-18 03:11 (UTC)
The
python /usr/bin/conda shell.bash hook
process slows down the terminal opening. Is there a way to limit the hook running only when necessary?specter119 commented on 2021-08-24 00:39 (UTC) (edited on 2021-08-25 01:35 (UTC) by specter119)
@x3oo
conda init
is only needed when the conda function doesn't works. If you use bash/zsh/fish as login shell, all setting is done. If conda is just a binary but not a function, try to change your terminal shell setting as bash/zsh/fish -l, hope it will works.x3oo commented on 2021-08-23 19:30 (UTC)
how do you init conda bash? it tells mit needs sudo, but it doesnt work with sudo either.
monson commented on 2021-06-01 08:38 (UTC)
@specter119 Would you make /etc/conda/condarc as backup in PKGBUILD?
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »