Questions tagged [conda]
7 questions
1
vote
1 answer
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
- 33
- 5
1
vote
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 Nylén
- 111
- 3
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…
schmixi
- 21
- 3
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…
HullBreaker
- 103
- 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
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
- 217
- 1
- 2
- 6