无法在jupyter上导入.so文件

发布于 2025-01-13 23:00:34 字数 502 浏览 0 评论 0原文

我正在 ubuntu 服务器上工作,我安装了 jupyterhub,我正在尝试导入一些绑定到 pybind11 的模块,目录看起来像

- base:
   - cpp_core:
         - backtester.cpython-39-x86_64-linux-gnu.so

   - dashboard:
         - dash.ipynb

在我使用的 jupyter 笔记本的第一个单元格中

import sys
sys.path.append('../cpp_core')
from cpp_core import backtester

,然后我收到此错误,

ImportError: cannot import name 'backtester' from 'cpp_core' (unknown location)

我将被任何帮助,如果我需要添加更多信息,我会考虑更新

i am working on an ubuntu server, i installed jupyterhub and i am trying to import some modules binded whit pybind11, the directori looks like

- base:
   - cpp_core:
         - backtester.cpython-39-x86_64-linux-gnu.so

   - dashboard:
         - dash.ipynb

then in the first cell of the jupyter notebook i use

import sys
sys.path.append('../cpp_core')
from cpp_core import backtester

and then i get this error

ImportError: cannot import name 'backtester' from 'cpp_core' (unknown location)

i will be grated whit any help, if i need to add more info ill be on the look to update

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文