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
When I get to the step to generate the test data files, and run the command:
vivopump/examples/grants# python make_enum.py
Traceback (most recent call last):
File "make_enum.py", line 13, in
from vivopump import get_parms, create_enum
ImportError: No module named vivopump
I get to an error "ImportError: No module named enum"
The text was updated successfully, but these errors were encountered:
I'm following the instructions in the https://github.com/mconlon17/vivo-pump/wiki/grants
I'm on Ubuntu 16.04
When I get to the step to generate the test data files, and run the command:
vivopump/examples/grants# python make_enum.py
Traceback (most recent call last):
File "make_enum.py", line 13, in
from vivopump import get_parms, create_enum
ImportError: No module named vivopump
I get to an error "ImportError: No module named enum"
The text was updated successfully, but these errors were encountered: