qore icon indicating copy to clipboard operation
qore copied to clipboard

module-python: handle modules that can only be loaded once in one interpreter

Open davidnich opened this issue 3 years ago • 0 comments

ex: tensorflow

error when attempted to be loaded in multiple interpreters: builtins.ImportError: Interpreter change detected - this module can only be loaded into one interpreter per process.

davidnich avatar Jul 13 '21 06:07 davidnich