Mikael Hailu

Results 9 comments of Mikael Hailu

Same is happening to me and I agree with your proposed expected behaviour.

> Yes, but the async `Client` is reusable instead. This is problematic especially when want to combine both versions. Can we fix to start the thread when `connect` instead of...

Sorry for the late reply. As of today I am able to successfully import the mentioned module with both FMPy 0.3.19 and 0.3.20

It seems like this issue is reappearing since I am again not able to import the sundials package from fmpy==0.3.20

``` >>> import fmpy.sundials Traceback (most recent call last): File "", line 1, in File "/.test/lib/python3.9/site-packages/fmpy/sundials/__init__.py", line 4, in from .cvode import * File "/.test/lib/python3.9/site-packages/fmpy/sundials/cvode.py", line 1, in from .libraries...

> This looks exactly like the original error message. Did you install the pre-built wheel from PyPI? Yes, I've tried it again in another environment: ```python MacBook-Air ~ % rm...

Thanks for the fast reply. Yes the file is actually missing. As stated originally this is exclusive to fmpy 0.3.20 on at least (3.9.19 , 3.10.14, 3.12.2 respectively) on my...

Yes that worked for me. Thanks for suggesting the quick fix, I'd still keep the issue open though

Looking further into it, I noticed that this issue occurs if the options passed to to the `in_` function are not of a hashable type (in my case list objects),...