【发布时间】:2022-11-18 17:48:41
【问题描述】:
我正在尝试在 Google-Colab 上使用 PySpice,但它抛出了这个错误。
**OSError:** cannot load library 'libngspice.so': libngspice.so: cannot open shared object file: No such file or directory. Additionally, ctypes.util.find_library() did not manage to locate a library called 'libngspice.so'
笔记:我已经用这个命令安装了 PySpice。
!pip install PySpice
并且,还尝试使用此命令。
!pip install git+https://github.com/FabriceSalvaire/PySpice
【问题讨论】: