That sounds like it would be a security issue. Users shouldn't randomly be able to write to system files like /opt/miniconda3
.
Search Criteria
Package Details: miniconda3 24.9.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/miniconda3.git (read-only, click to copy) |
---|---|
Package Base: | miniconda3 |
Description: | Mini version of Anaconda Python distribution |
Upstream URL: | https://conda.io/en/latest/miniconda |
Keywords: | anaconda conda python |
Licenses: | BSD-3-Clause |
Provides: | conda |
Submitter: | jadelord |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 50 |
Popularity: | 0.84 |
First Submitted: | 2018-06-02 04:06 (UTC) |
Last Updated: | 2024-10-26 02:20 (UTC) |
dodecahedron commented on 2021-09-16 23:20 (UTC)
kearneyBack commented on 2021-09-14 10:17 (UTC)
Hello, everyone. I try to conda install -c conda-forge jupyterlab
but I got this
EnvironmentNotWritableError: The current user does not have write permissions to the target environment.
environment location: /opt/miniconda3
uid: 1000
gid: 1000
then I add sudo
then it work. why not just give the user higher privilege to this package(/opt/miniconda3)? For safety or something else?
kearneyBack commented on 2021-09-03 12:36 (UTC)
From the new PKGBUILD's git diff, I see the versio and sha256sums changed. But as jadelord said, he or she will disown this pkg.The Maintainer still is Ashwin Vishnu <ashwinvis+arch At protonmail DoT cOm>. But from this web page, it writes Maintainer: Ta180m. So it is a manner to keep the Ta180m's position or just something else?
OvelixMax commented on 2021-02-16 06:00 (UTC)
@jadelord, I didn't update conda package in the base environment. I need to use the makepkg method posted by @JcNils and still complains, so, had to:
yay -R miniconda3
sudo rm -rf /opt/miniconda3
and then,
makepkg -sric
jadelord commented on 2021-02-13 17:49 (UTC)
@OvelixMax, did you ever manually update the conda package in the base environment. Doing so without using package manager might have led to conflicts. Try installing using makepkg
and if it still complains, you need to do a clean reinstallation.
OvelixMax commented on 2021-02-12 16:42 (UTC) (edited on 2021-02-12 16:44 (UTC) by OvelixMax)
Archlinux user here. I can't update miniconda 4.9.2 with python 3.9 using yay.
error: failed to commit transaction (conflicting files)
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda-4.9.2-py3.8.egg-info/PKG-INFO exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda-4.9.2-py3.8.egg-info/SOURCES.txt exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda-4.9.2-py3.8.egg-info/dependency_links.txt exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda-4.9.2-py3.8.egg-info/entry_points.txt exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda-4.9.2-py3.8.egg-info/not-zip-safe exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda-4.9.2-py3.8.egg-info/requires.txt exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda-4.9.2-py3.8.egg-info/top_level.txt exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda/_vendor/tqdm/__pycache__/asyncio.cpython-38.pyc exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda/_vendor/tqdm/__pycache__/auto.cpython-38.pyc exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda/_vendor/tqdm/__pycache__/cli.cpython-38.pyc exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda/_vendor/tqdm/__pycache__/std.cpython-38.pyc exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda/_vendor/tqdm/__pycache__/utils.cpython-38.pyc exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda/_vendor/tqdm/asyncio.py exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda/_vendor/tqdm/auto.py exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda/_vendor/tqdm/cli.py exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda/_vendor/tqdm/contrib/__init__.py exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda/_vendor/tqdm/contrib/__pycache__/__init__.cpython-38.pyc exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda/_vendor/tqdm/contrib/__pycache__/concurrent.cpython-38.pyc exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda/_vendor/tqdm/contrib/__pycache__/itertools.cpython-38.pyc exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda/_vendor/tqdm/contrib/concurrent.py exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda/_vendor/tqdm/contrib/itertools.py exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda/_vendor/tqdm/std.py exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda/_vendor/tqdm/utils.py exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda/cli/__pycache__/main_compare.cpython-38.pyc exists in filesystem
miniconda3: /opt/miniconda3/lib/python3.8/site-packages/conda/cli/main_compare.py exists in filesystem
Errors occurred, no packages were upgraded.
jadelord commented on 2021-02-05 09:50 (UTC) (edited on 2022-02-03 11:32 (UTC) by jadelord)
I have packaged micromamba in AUR. Try it if you are looking for a lightweight, barebones alternative to miniconda.
Pinned Comments
user7z commented on 2024-09-19 23:08 (UTC)
it gives this error :
Error while loading conda entry point: conda-content-trust (OpenSSL 3.0's legacy provider failed to load. This is a fatal error by default, but cryptography supports running without legacy algorithms by setting the environment variable CRYPTOGRAPHY_OPENSSL_NO_LEGACY. If you did not expect this error, you have likely made a mistake with your OpenSSL configuration.)
the solution is to put this : " export CRYPTOGRAPHY_OPENSSL_NO_LEGACY='1' " into /etc/profile.d/conda.sh
carlosal1015 commented on 2024-07-10 02:47 (UTC)
In order to check a new version
carlosal1015 commented on 2022-05-26 20:15 (UTC) (edited on 2022-05-26 20:15 (UTC) by carlosal1015)
Important note: This is the way how to upgrade.
Suppose that we have this line in
~/.bashrc
or~/.zshrc
or etc.jadelord commented on 2021-02-05 09:50 (UTC) (edited on 2022-02-03 11:32 (UTC) by jadelord)
I have packaged micromamba in AUR. Try it if you are looking for a lightweight, barebones alternative to miniconda.