Closed nasamaher closed 5 years ago
BTW I get the same error when adding a ';' after the disp() line. The Errno 20 is suspicious and I also tried running with sudo in case it was a permission error.
Have tried fresh installs on two other Ubuntu 18.04 boxes and got the exact same error. I also tried uninstalling octave. Below where my installs.
Any help is appreciated.
Steve
sudo apt-get install python-numpy python-scipy python-matplotlib ipython python-pandas python-sympy python-nose
sudo apt install python-pip
sudo pip install 'networkx==2.2'
cd smop-master/
sudo python setup.py install
Sorry for the "journal" but FYI I have also tried pip uninstall/install smop (and networkx==2.2) and that changed the smop version from 0.41-beta to 0.41. Still no luck. I feel like I must be missing something obvious.
Steve
Self-closing and opening cleaner version (cleaner smop install and thus cleaner issue)
Hi, I'm getting an error on a trivial file (that runs with Octave) I must have installed something wrong. I originally installed as user (python setup.py install --user) and later globally (sudo python setup.py install) .. after deleting ~/.local. (I'm not sure that was right).
Any clues are greatly appreciated!
Steve
Ubuntu 18.04, smop 0.41-beta
cat test.m
smop test.m