Python4Capella import Python Library

I am having trouble importing Python libraries in the sample scripts. I have the libraries already present in the workspace, but the script is getting stuck on the import line (see image). Does anyone know what the issue might be caused by and how to fix it? Thanks


Note that this is not unique to Openpyxl, I also tried to import a few other libraries to the same result.
I am using the latest release of Python4Capella with Capella 6.0

This freeze is related to numpy, you probably have numpy in your Python environment. You can apply the fix from this issue.

Thank you! Uninstalling numpy worked.

1 Like