I am running Jupyter Lab through Anaconda Navigator and am trying to up load the PySpice Module. However, I receive an error message saying 'No module named 'PySpice'. Has anyone else found this and if so, is there another module with the same functionality or another way to import PySpice? Thank you!
This was my code:
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 *