"AsyncStream not terminated correctly" when using matlab engine in Python with slurm
1 次查看(过去 30 天)
显示 更早的评论
Hi,
I'm using matlab in a Python Script that I'm running with Slurm.
Python is version 3.6 and Matlab 2020a but I also tried 2019a.
Even when I'm running a minimal Example
import matlab.engine
eng = matlab.engine.start_matlab()
A week ago the code worked without problems but now I'm getting the following Error:
python: export/include/msg_svc/transport/layers/stream/AsyncStream.hpp:68: foundation::msg_svc::transport::layers::stream::AsyncStream<HANDLE>::~AsyncStream() [with HANDLE = foundation::msg_svc::transport::layers::media::LocalSocket]: Zusicherung »AsyncStream not terminated correctly« nicht erfüllt.
srun: error: paris3: task 0: Aborted (core dumped)
I tried reinstalling the conda environment and the matlab engine but nothing worked.
1 个评论
David
2022-11-29
Julian, you probably solved your issue by now but for the record, I had a MATLAB instance opened and got the same error. I closed MATLAB and then the matlab.engine.start_matlab() command worked correctly.
回答(1 个)
Abhijeet
2023-8-28
Hi Julian,
I can understand that you have observed unexpected behaviour on using MATLAB in python script while running on Slurm. For troubleshooting you can refer the following steps: -
- Check MATLAB and Python Versions: Ensure that you are using compatible versions of MATLAB and Python. In your case, MATLAB 2020a and Python 3.6 should be compatible, but make sure there have not been any changes or updates that might have affected the compatibility.
- Check Slurm Environment: Make sure there were no changes in the Slurm environment, such as updates or configuration changes, that could affect the way MATLAB interacts with Python.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Python Client Programming 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!