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.67 |
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
1 2 3 4 5 6 .. 10 Next › Last »
flying-sheep commented on 2025-01-06 13:01 (UTC)
You forgot to rebuild all your AUR python packages after that update. That's a necessary step and has nothing to do with our conda package.
See e.g. https://www.reddit.com/r/archlinux/comments/1hk2wii/comment/m3g11xz/
Please ask in the Arch BBS or on e.g. Reddit if you have further questions!
shougakusei commented on 2025-01-05 03:11 (UTC)
After python 3.13 update I am getting the following error on any conda command:
ModuleNotFoundError: No module named 'boltons'
brianrobt commented on 2025-01-03 04:36 (UTC) (edited on 2025-01-03 04:37 (UTC) by brianrobt)
@Melody666 I'm not seeing that error when running
conda env list
in the newest version. Can you verify?Melody666 commented on 2024-12-23 16:32 (UTC)
https://github.com/conda/conda/pull/14117
Melody666 commented on 2024-12-23 16:31 (UTC)
Actually, most conda commands now produce that error.
Melody666 commented on 2024-12-23 16:30 (UTC)
conda env list
produces the following error:fightingff commented on 2024-12-23 10:01 (UTC)
Thanks @flying-sheep, I got it
flying-sheep commented on 2024-12-23 08:40 (UTC)
Yes this happens for every AUR Python package after every Python update. Search the web on how to rebuild your AUR packages.
fightingff commented on 2024-12-23 02:38 (UTC)
After python updated to 3.13.1, I got conda module mismatch
GardenerGeralt commented on 2024-12-11 15:42 (UTC) (edited on 2024-12-11 15:44 (UTC) by GardenerGeralt)
Subject: Suggestion to Add
libxcrypt-compat
as a DependencyThank you for maintaining this package! I encountered an issue when using a conda environment for BlenderProc. After setting up the environment, running
blenderproc quickstart
gave the following error:The issue was resolved by installing
libxcrypt-compat
withpacman
. Could you please consider addinglibxcrypt-compat
to thedepends
array in thePKGBUILD
? This would prevent similar issues for other users and streamline the installation process.Thanks again for your work on this package!
1 2 3 4 5 6 .. 10 Next › Last »