requirements file error for timeflux demo
There's a small typo on https://github.com/lkorczowski/BCI-2021-Riemannian-Geometry-workshop/blob/f30b67a007d612735e44f935cea07848cc59c00d/timeflux/requirements.txt#L7
git+https://github.com/pyRiemann/pyRiemann#egg=pyriemman should be
git+https://github.com/pyRiemann/pyRiemann#egg=pyriemann
I also had to sudo apt install libncurses5-dev, otherwise I got an error during "Building wheel for gnureadline"
Thanks @nik-sm , I've updated the requirements. However I'm keeping this issue open because of the libncurses5-dev dependency.
@mesca is it normal ? Should we add the instruction in timeflux/README.md ?
Hi @nik-sm, good catch! When we published the demo, we needed the dev version of PyRiemann, but since then, a new PyPy package has been released that includes our fixes. In 941c1821deaceeb38dfe86fc20ba6536e294a8df, I have updated the requirements to use version 0.2.7. Does it solve your libncurses issue?