Gmsh does not launch after importing cubit

Cubit 2024.3 problem. Before I update form 2023.11, I did not have this problem.

I have a python environment with gmsh which I have installed with the following command.

pip install gmsh

When I start gmsh from python using system command it is ok, but once I import cubit
Gmesh does not launch with importing error of gmsh.

os.system('gmsh')
import cubit
del cubit
os.system('gmsh')

The linux version does not have this issue, but the windows version has.

Thanks.

Thanks for reporting this.
This sounds like a library conflict between cubit and gmsh on windows. We don’t have a solution for this yet. If it works on linux i would recommend to use linux until there is a solution to this.