Results 2 comments of Yaroslav

Hi! I have a similar problem `No module named 'scipy.optimize._highs`. Need help to. try: ` python -m nuitka --standalone --follow-imports --plugin-enable=numpy --plugin-enable=torch cli.py `

How can fix this issue? I try to create Mesh in runtime by faces, vertices and uv's like this ` texture = Texture(source=self.image, source_channels="RGB") material = MetallicRoughnessMaterial(normalTexture=texture) primitives = [Primitive(positions=vertices,...