Georgios Theodorou
Georgios Theodorou
I am trying to import mamba_ssm and getting the following error message: ``` >>> from mamba_ssm import Mamba Traceback (most recent call last): File "", line 1, in File "/home/gtheodorou/.local/lib/python3.10/site-packages/mamba_ssm/__init__.py",...
Working with version 0.4.8 I faced the error: `ExplainerDashboard(explainer_rf).run(port=8055) File "/home/gtheodorou/.local/lib/python3.10/site-packages/explainerdashboard/dashboards.py", line 1278, in run app.run_server(port=port, host=host, **kwargs) File "/home/gtheodorou/.local/lib/python3.10/site-packages/dash/_obsolete.py", line 22, in __getattr__ raise err.exc(err.message) dash.exceptions.ObsoleteAttributeException: app.run_server has been...