Fabian-Robert Stöter

Results 398 comments of Fabian-Robert Stöter

> `stem, rate = stempeg.read_stems(stempeg.example_stem_path())` can you try to run `ffprobe` in the commandline with any of the paths?

> Is the installation process as trivial as this or do I need to do something more? no thats wrong, you cannot install ffmpeg with pip. See installation instructions [here](https://github.com/faroit/stempeg#1-installation-of-ffmpeg-library)

You don't need docker to install ffmpeg. Just use anaconda for this as described in the instructions

@garcinc would you feel comfortable working on a nice typer interface for the api query generator as well?

Can you post your config?

I am about to implement #2 which might help

Okay, thanks... will check. I guess the first thing we would need to add is to provide a way to write out proper log files so that we can check...

```python import gbif_dl data_generator = gbif_dl.dwca.generate_urls( "10.15468/dl.bx6xeq", dwca_root_path="dwcas", label="speciesKey" ) gbif_dl.io.download( data_generator, root="./imgs", random_subsets={'train': 0.95, 'val': 0.05}, nb_workers=100, retries=1, loglevel="INFO" ) ``` @jclombar do you have observed this also from...

@jclombar I observed a simular issue as you did when interrupting the internet connection (thus break the request session). Maybe that's the issue and I will try to find a...