PySpice-org / PySpice

Simulate electronic circuit using Python and the Ngspice / Xyce simulators
https://pyspice.fabrice-salvaire.fr
GNU General Public License v3.0
641 stars 170 forks source link

WARNING - Unsupported Ngspice version 35 #307

Open nataraj-pinakapani opened 2 years ago

nataraj-pinakapani commented 2 years ago

Environment: Ubuntu 20.04 LTS, Python 3.10, PySpice Version 1.5, Ngspice PySpice V1.5 supports ngspice version 34, whereas the latest ngspice verison is 35 and I get following warning while running PySpice

PySpice.Spice.NgSpice.Shared.NgSpiceShared._init_ngspice - WARNING - Unsupported Ngspice version 35

Kindly let know when you have an update or have a fix for this warning

Thanks in advance, Nataraj

ysfGriffonage commented 8 months ago

http://ftp.fr.debian.org/debian/pool/main/n/ngspice/ 在此网址下载34版本的ngspice、libngspice0以及libngspice0-dev并手动安装即可解决此warning