Hi Francisco,
Thanks for trying this out! Since the code is currently under heavy development (we had a hackthon to add novel algorithms two weeks ago), there are still some undiscovered bugs, and this is one of them.
It is not your python version, but one of the other libraries that is being installed in the setup of tadpole-algorithms. The library for the novel model benchmark_smnsr (by Robert Ciszek from University of Kuopio, Finland) is not yet automatically pip installable, so that is where it fails. Robert is planning to add smnsr to pypi soon.
I made a new push that does not try to install this package that cannot be installed automatically. Could you give it another try?
In case you would like to try the SMNSR algorithm as well (not fully tested yet), you could install the required package using "pip install git+
https://github.com/rciszek/SMNSR".
Hope this helps!
Esther