Search Criteria
Package Details: python-conda 24.11.3-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.68 |
First Submitted: | 2016-04-08 07:41 (UTC) |
Last Updated: | 2025-01-10 14:45 (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 »
specter119 commented on 2023-03-02 04:43 (UTC)
@newsboost
updated, For miniconda3, it has a built-in(the base) env. For python-conda, only provides the conda binary. The base env is like the system python, which you can not modify.
BTW, I personally recommend trying the micromamba-bin currently. for mamba is a more powerful python env/lib manager based on conda's resources.
newsboost commented on 2023-03-01 13:22 (UTC)
Hi. Sorry, what's the difference between this and https://aur.archlinux.org/packages/miniconda3 ? Both seem to provide conda - that confuses me... On the other hand, this package seems pretty dead since it hadn't been updated since October - 5 months...
carlosal1015 commented on 2022-09-12 16:00 (UTC)
Since that
python-conda
is providing/usr/bin/conda
, could you please includehuyz commented on 2022-05-15 06:43 (UTC)
Update to
python-setuptools 1:60.4.0-1
solves this issue.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?
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »