-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module 'skidl.pyspice' has no attribute 'node' #159
Comments
I'm really not sure what's happening here. The code isn't exactly like what you linked to because it uses You can also insert something like |
I did a straight copy and paste in to both a python terminal, and Jupyter Notebook to no joy. This is on Ubuntu 20.04 with python 3.8.10. |
I was able to resolve by changing the import in libs/pyspice_sklib.py |
@devbisme I will try to do a push later; I seem to be having an issue with permissions to do a push to skidl repo |
I just checked the |
Thanks Dave! |
You're welcome, although I must apologize that there hasn't been a new version of SKiDL on PyPi for over a year so you had to fix a problem that was already solved but hadn't been released. But I am planning a new release soon with new features including schematic generation (thanks, @shanemmattner!). |
Describe the bug
Trying to run the first example from pyspice and can't find
node
Core issue may be:
Unsupported Ngspice version 37
To Reproduce
Steps to reproduce the behavior:
current through resistor
code from hereExpected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: