Closed SumNeuron closed 5 years ago
I assume you are using Anaconda on Linux. I just tried to reproduce the issue by running a vanilla anaconda distribution in docker, installing and running sacredboard and I observed absolutely no problems. It looks like you may have greenlet already installed using another tool than pip.
You can try some tips here: https://github.com/pypa/pip/issues/5247
or just create a new conda environment with conda -n create envname
, switch to it, and install sacredboard there.
But as this seems not to be caused by Sacredboard itself, I am closing the issue for now.