mconlon17/vivo-pump

Trying to install / use

Closed this issue · 1 comments

Hi,

When I try installing vivo-pump with python setup.py build I get:

running build
running build_py
file vivopump.py (for module vivopump) not found
file pump.py (for module pump) not found
file vivopump.py (for module vivopump) not found
file pump.py (for module pump) not found

Which I get similar when just trying to run
python make_enum.py

Traceback (most recent call last):
  File "make_enum.py", line 9, in <module>
    from pump.vivopump import get_parms, create_enum
ImportError: No module named pump.vivopump

Which lead me to believe I need to install. I am running on CentOS7. Thank you

I was able to get the error to go away by adding vivo-pump to my python path.