如何在Jupyter Lab中上传PySpice

问题描述 投票:0回答:1

我正在通过 Anaconda Navigator 运行 Jupyter Lab,并尝试上传 PySpice 模块。但是,我收到一条错误消息:“没有名为“PySpice”的模块。有没有其他人发现过这个,如果是的话,是否有另一个具有相同功能的模块或其他导入 PySpice 的方法? 谢谢!

这是我的代码:

import PySpice.Logging.Logging as Logging
logger = Logging.setup_logging()

from PySpice.Doc.ExampleTools import find_libraries
from PySpice.Probe.Plot import plot
from PySpice.Spice.Library import SpiceLibrary
from PySpice.Spice.Netlist import Circuit
from PySpice.Unit import *
python anaconda
1个回答
0
投票

也许,你需要安装 ngspice 吗?你可以在 pyspice 文档中查看如何操作 (必须用conda安装)

© www.soinside.com 2019 - 2024. All rights reserved.