nanoporetech / minknow_api

Protobuf and gRPC specifications for the MinKNOW API
Other
50 stars 12 forks source link

ModuleNotFoundError: No module named 'minknow_api.examples' #32

Closed Sumsarium closed 2 years ago

Sumsarium commented 2 years ago

Hi, I am new to the MinKNOW API. So far, I am able to list positions etc. but whenever I attempt to start a sequencing run with the start_protocol.py, I get this something like this:

Traceback (most recent call last):
  File "/home/rasmus/Desktop/minknow_api-master/python/minknow_api/examples/start_protocol.py", line 25, in <module>
    from minknow_api.examples.load_sample_sheet import (
ModuleNotFoundError: No module named 'minknow_api.examples'

What am I missing wrt the Module error?