I’m struggling to install QDOAS in my MAC Since I’m not familiar with linux or MAC OS.
Since some environment settings went probably wrong with my base anaconda environment, the error constantly pops up as the following lines:
conda install -c stcorp-forge qdoas
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: -
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package → Available versions
So I’ve created the dedicated anaconda virtual environment for qdoas installation and the installation was quite successful with the command “conda install -c stcorp-forge -c conda-forge qdoas”
There was no error during the installation. However even after adding a path to the directory where qdoas has been installed (in my case, it was “/opt/anaconda3/envs/qdoas/qdoas.app/Contents/MacOS/”), I cannot see qdoas GUI. When I initiate the program, it consumes a lot of CPU capacity and the QDOAS icon pops up on my dock, but that’s it. Nothing happens afterward and I’m puzzled what should I do, or what I’ve done wrong…?
Awaiting for your cleverness…!!