pasbi/ommpfritt

Numpy cannot be imported on windows

pasbi opened this issue · 0 comments

pasbi commented

Describe the bug
import numpy fails.

To Reproduce

  1. Open a python console (or some script-property, like in a Cloner object)
  2. 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.