Hi,
I am trying to run this program but I am getting the following error.
Exception Traceback (most recent call last)
in
1 # Run MPSlib
----> 2 O.run()
3
4
5 # Plot the results
/usr/local/lib/python3.8/site-packages/mpslib/mpslib.py in run(self, normal_msg, silent, thread)
493 if exe_path is None:
494 s = 'mpslib: The program {} does not exist or is not executable.'.format(exe_file)
--> 495 raise Exception(s)
496 return -1
497 else:
Exception: mpslib: The program mps_genesim does not exist or is not executable.
Hi,
I am trying to run this program but I am getting the following error.