c-labpl / qrs_detector

Python Online and Offline ECG QRS Detector based on the Pan-Tomkins algorithm
MIT License
176 stars 89 forks source link

ModuleNotFoundError: No module named 'QRSDetectorOffline' #6

Closed KatkayApps closed 5 years ago

KatkayApps commented 5 years ago

from QRSDetectorOffline import QRSDetectorOffline gives me

ModuleNotFoundError Traceback (most recent call last)

in ----> 1 from QRSDetectorOffline import QRSDetectorOffline ModuleNotFoundError: No module named 'QRSDetectorOffline' Do I have to install QRSDetectorOffline or online with pip3 before using it? I have tried and pip3 says there is no module with that name.
luis95gr commented 5 years ago

Just download the whole project and import it from another py file in the same folder

msznajder commented 5 years ago

Please check the correct import format in example notebooks.

On Wed, 29 May 2019 at 03:53, luis95gr notifications@github.com wrote:

Just download the whole project and import it from another py file in the same folder

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/c-labpl/qrs_detector/issues/6?email_source=notifications&email_token=AAITUV3Z5LSNXEQN6W67C4DPXXOYXA5CNFSM4GXHLFD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWN5VUQ#issuecomment-496753362, or mute the thread https://github.com/notifications/unsubscribe-auth/AAITUV2Q4FX7FDJNSXAM4MDPXXOYXANCNFSM4GXHLFDQ .

-- Michał Sznajder