Questions tagged [conda]
9 questions
1
vote
0 answers
Conda install outside of base
I accidentally installed some packages using conda install without activating any virtual environment (not even base as I turned the auto-activate feature of conda off). May I know where are the packages installed? Are they installed outside of…
Jukeforu
- 11
- 2
1
vote
2 answers
pillow cannot import / conda unexpected error
I created a conda environment previously and it worked fine with python and tensorflow. At that stage I used anaconda.
On a fresh install I am using miniconda since I now understand the conda commands better. After installing python, packages like…
PracticalKat
- 23
- 4
0
votes
1 answer
Why does the SHAP library in python seem to be so poorly coded/maintained, and how do I get a working environment?
I suppose this is a general question involving dependency conflicts. Without fail, every time I attempt to include the shap library into my project to examine explainability, it creates python environment-destroying dependency conflicts.
What I've…
schmibbler
- 7
- 1
0
votes
0 answers
Conda refuses install install some packages in env.yml
I have been trying to apply answer 2 from this tutorial to install conda on Colab. However, in my example here, when I run source activate then conda list, I only find part of the packages installed.
I am totally confused now by why since I am…
RanWang
- 101
0
votes
0 answers
Install package from conda-forge
I am trying to install the TRIQS package from conda-forge. As mentioned here, I used conda install -c conda-forge triqs on Jupyter Notebook, but I got the following error:
PackagesNotFoundError: The following packages are not available from current…
Bekaso
- 101
- 1
0
votes
1 answer
Which anaconda related websites are official and which ones are 3rd party?
New to Anaconda and following a tutorial. I see that there is
Anaconda dot com, anaconda dot org, and conda dot io.
I have in the past seen instances where unofficial sources and pages for a result were higher ranked on Google for strange…
Egoless
- 3
- 2
0
votes
1 answer
New anaconda release for M1 (2022.05)
I am trying to install the new Anaconda for M1, I chose 64-Bit (M1) Graphical Installer (428 MB). However, when I download it, it still asks for Rosetta. Is that normal? I saw the demonstration here https://youtu.be/SPZRgwjclWQ and it doesn't ask…
user18602524
- 171
- 4
0
votes
1 answer
Multiple conda enviroments in (R) functions using reticulate
For an internally used R package I need to have certain functions load python environments to do part of the processing. The environment cannot be the same one for all functions, unfortunately, due to python package conflicts. So I need to find out…
Fredrik Karlsson
- 101
- 2
0
votes
0 answers
conda/pip package conflicts for tensorflow-gpu
I am using ubuntu 20.04 in Windows 11's WSL2 environment. The PC has a Nvidia GPU and so I have been using CUDA to accelerate tensorflow code execution. I used conda to install tensorflow 2.6.2 and it got the correct versions of drivers,…
David293836
- 197
- 1
- 6