在 DIAdem Python DataPlugin导入外部 Python 模块

更新 Apr 1, 2024

适用于

软件

  • DIAdem

程式语言

  • Python

问题详述

  • 我可以在 Python Dataplugin 中使用外部 Python 模块,例如 NumPy 和 Pandas 吗?
  • 每当我导入外部 Python 模块时,都会收到以下错误。我相信我已经安装了模块。
2021-10-19_14h17_16.png
Cannot load the file <file path> with the loader <dataplugin name>

More information:
"Module cannot be loaded from compiled python script"

解决方案

这是预期行为。 Python DataPlugin 环境不会寻找任何额外的Python 模块。 Python DataPlugin 只能使用已安装的 Python 内置功能。这是为了避免在本地 python 环境中丢失东西的情况。

相关信息

作为 URI 导出和导入的 Python DataPlugin 应该可以在任何具有 USI 的机器上使用。