emi-netlist
emi-netlist
Hy, yes I am using Python 3.10.6 I did what you said, but I had to replace every single instance of IntVar(0), and DoubleVar(0) with IntVar(), and DoubleVar() and also...
It says after Alice opens. I read in this guide `https://wiki.analog.com/_media/university/tools/m1k/alice/linux-install-steps-v1.3.pdf` that I have to install the python bindings, but apparently I can't do that either, it gives another error,...
Oh I see, but It tells me to default to user installation because normal site-packages is not writeable. Can I try to install it with pip? If so which .whl...
I used this one with Python 3.10: 'python3 -m pip install pysmu-1.0.4-cp310-cp310-manylinux_2_24_x86_64.whl' and it works. Thank you so much for help. Ill report if I find anything strange.