Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find pmapi error #22

Open
sf-wind opened this issue Jul 18, 2018 · 1 comment
Open

Cannot find pmapi error #22

sf-wind opened this issue Jul 18, 2018 · 1 comment

Comments

@sf-wind
Copy link

sf-wind commented Jul 18, 2018

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'

However, if I uncomment the

from Monsoon import pmapi

and comment

import pmapi

I can launch the python driver.

import pmapi

Any reason why it is done so initially?

@andydonzelli
Copy link

andydonzelli commented Oct 8, 2019

Duplicate of #23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants