无法在jupyter上导入.so文件
我正在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论