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.85 |
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 »
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?
cyrevolt commented on 2020-12-14 23:01 (UTC) (edited on 2020-12-14 23:18 (UTC) by cyrevolt)
Errors
If you see something like this, the "error" is that AUR packages are not rebuilt when the system Python version is upgraded, which just happened again with 3.9. You need to manually upgrade each and every Python package from AUR, unfortunately. That is quite a caveat, because not everyone notices that something specific like Python is upgraded when they run
pacman -Syu
and see a list of 200 or more packages. This also happens with Node.js and what not.Solution
So I have just bumped the package here as well as
python-conda-build
, which triggers updates with e.g.yay -Su
. However, some dependencies may not have a new version now. What we could do for this case is to increasepkgrel
for those other packages. It feels hacky, but at least it works.Addendum
I am sorry for the inconvenience. Now the remaining problem is: Because of the bunch of dependencies and dependencies of dependencies, it is easy to miss one of them. =) Secondly, I do not own all the dependencies, so some will need manual maintenance either way, unfortunately. For example, you will need to reinstall
python-glob2-git
. Please let us know here if anyone of you runs into issues and we will try to help.Notes
To rebuild, you need to pass the
--rebuild
option.Example:
yay -S python-glob2-git --rebuild
specter119 commented on 2020-12-11 06:39 (UTC)
@monson I will try to fix the error follow the python-conda in Fedora. It seems like fix all bugs in porting conda as a native program under Linux's package manager, and then update to 4.9.2, Thanks for your attention.
monson commented on 2020-12-10 10:39 (UTC)
@specter119 python3.9 is out, and https://aur.archlinux.org/packages/python-conda/#comment-769183 happens again. would you update to 4.9.2 and make all the files in /etc/profile.d linked?
specter119 commented on 2020-10-21 01:49 (UTC) (edited on 2020-10-21 01:49 (UTC) by specter119)
@monson will be fix in the next update in recent days.
monson commented on 2020-10-07 02:26 (UTC)
Run
/usr/bin/conda shell.zsh hook
failed forln -s /etc/profile.d/conda.sh /usr/lib/python3.8/site-packages/conda/shell/etc/profile.d/conda.sh
fix it, would you add this is PKGBUILD?specter119 commented on 2020-09-27 23:58 (UTC)
@leuko You need create a environment first. The 'base' environment of python-conda is system python, which is not actually controlled by python-conda.
leuko commented on 2020-09-23 19:47 (UTC)
I get the following error when I issue
conda install
:Is a preconfiguration needed or is this a packaging issue?
PS: My goal is to install conda on a multi-user environment for students that they can install personal conda packages.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »