Closed hubertrybka closed 6 months ago
Hi @hubertrybka,
Thanks for reporting this issue, will bring a fix on its way in a moment.
This issue seems to stem from a deprecation in Matplotlib 3.8.0, where the style seaborn
changed to seaborn-v0_8
:
Support for the
seaborn-<foo>
styles; useseaborn-v0_8-<foo>
instead, or directly use the seaborn API.
https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.8.0.html#removal-of-deprecated-apis
Reproduced issue in CI: https://github.com/wolberlab/dynophores/actions/runs/8850471029/job/24304829147
@hubertrybka, I made the changes as part of #66 and released the new 0.3.0 tag. I still need to cut a new conda release but will do that over the weekend.
Hi @hubertrybka, the new conda release is out :) https://anaconda.org/conda-forge/dynophores
I will close this issue now but please reopen it if needed. Many thanks again for bringing this to our attention!
Hi,
I just installed dynophores using conda.
When running
dynoviz -h
I get the following error message:System: Ubuntu 22.04.4 LTS
Thanks for helping me resolve this issue this issue!