You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I upgrade to 0.1.86, I get the following error.
Traceback (most recent call last):
File "monsoon.py", line 1, in <module>
import Monsoon.HVPM as HVPM
File "/Users/feisun/python/monsoon/lib/python3.6/site-packages/Monsoon/HVPM.py", line 10, in <module>
import pmapi
ModuleNotFoundError: No module named 'pmapi'
After I upgrade to 0.1.86, I get the following error.
However, if I uncomment the
and comment
I can launch the python driver.
PyMonsoon/Monsoon/HVPM.py
Line 10 in 8cd5ce9
Any reason why it is done so initially?
The text was updated successfully, but these errors were encountered: