Re: [Qgis-user] QGIS through conda on Linux

2024-02-26 Thread Bernd Vogelgesang via QGIS-User
Hi Hannes, ocl-icd-system indeed did the trick :) Will now investigate the other traps that my lie around. See you then ;) Bernd Am 26.02.24 um 17:21 schrieb Johannes Kröger (WhereGroup): I haven't tested OpenCL in a conda QGIS myself but assumed that the instructions would work (have workin

Re: [Qgis-user] QGIS through conda on Linux

2024-02-26 Thread WhereGroup
I haven't tested OpenCL in a conda QGIS myself but assumed that the instructions would work (have working OpenCL on the host, then install the ocl-icd-system in the conda environment where you want to use it). A quick test on a AMD Ryzen laptop just failed but even non-conda QGIS did not pick

Re: [Qgis-user] QGIS through conda on Linux

2024-02-26 Thread Christian Naujoks via QGIS-User
Alternatively, Micromamba can be used. Micromamba is really fast: https://waylonwalker.com/install-micromamba/ micromamba search qgis -y -c conda-forge micromamba create -n aqgis qgis pcraster -y -c conda-forge micromamba run -n aqgis qgis micromamba activate aqgis micromamba list qgis micro

Re: [Qgis-user] QGIS through conda on Linux

2024-02-26 Thread Randal Hale via QGIS-User
So at this point your environment should be active - type qgis in the terminal and it should start. I ignore the ICD warning. I think at some point I actually installed something to make it go away but it doesn't stop qgis from working. Randy On 2/26/24 09:32, Bernd Vogelgesang via QGIS-Use

Re: [Qgis-user] QGIS through conda on Linux

2024-02-26 Thread Bernd Vogelgesang via QGIS-User
S, I thought to share my steps so far, so I will not have to ask again in some weeks ;) terminal: $ curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh" bash Miniforge3-$(uname)-$(uname -m).sh was asked to deactivate the base

Re: [Qgis-user] QGIS through conda on Linux

2024-02-26 Thread WhereGroup
Don't feel dumb, it is all written and spread out in super complicated ways but once running, it's alright-ish. Normal Miniforge3 should be fine unless you know you want pypy. Unless you know differently, try the "Miniforge3-Linux-x86_64" version. Mamba is something hidden in the background, for

Re: [Qgis-user] QGIS through conda on Linux (was: PDAL on LMDE (Debian) for noobs?)

2024-02-26 Thread Bernd Vogelgesang via QGIS-User
Hi Hannes, Thanks for you answer. I played around before with those snakes and that's what maybe brought me into trouble. And again, this zoo of species starts to confuse me, starting with the installer: Miniforge3 or Miniforge-pypy3 ? And when does the mamba come into play instead of the co