You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open a python console (or some script-property, like in a Cloner object)
submit import numpy
Expected behavior numpy should be importable and usable
Desktop (please complete the following information):
OS: Win 10
Version v0.1.4
Additional context
It works on Linux, but on Linux, the system Python installation is used, whereas, on Windows, a dedicated Python is installed inside the omm program directory.
The text was updated successfully, but these errors were encountered:
Describe the bug
import numpy
fails.To Reproduce
import numpy
Expected behavior
numpy
should be importable and usableDesktop (please complete the following information):
Additional context
It works on Linux, but on Linux, the system Python installation is used, whereas, on Windows, a dedicated Python is installed inside the omm program directory.
The text was updated successfully, but these errors were encountered: