Update to QDOAS 3.4.5

Could you please update the QDOAS Anaconda package to the latest version 3.4.5:

This QDOAS version is needed for reading the latest GOME-2 L1B data from EUMETSAT.

Many thanks!

qdoas 3.4.5 is now included in the qdoas anaconda package.
install with: conda install -c stcorp-forge -c conda-forge qdoas

Hi,

thanks for the update! Just tried to install via the commandline you gave:

> conda install -c stcorp-forge -c conda-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.
Examining conflict for sphinxcontrib-serializinghtml cloudpickle xmltodict jupyter_console jsonschema curl
nbconvert snowballstemmer mccabe sip backports.weakref backports.tempfile

So it seems the dependency resolution is not converging, it really took hours so I aborted it.

Anything I can do to provide more debug output? Thanks!

Conda can be quite problematic when it comes to dependency resolution. Especially if you already have existing packages in your environment.

Please start with a clean conda environment and install qdoas in there.

Installing in a clean conda environment works like a charm, thanks for the info!