Skip to content

ModuleNotFoundError while running the blstm_model_run.py script #3

@violetlisakim224

Description

@violetlisakim224

Hello. My team is trying to analyze our raw eye movement data using your algorithm. I installed sp-tool according to the steps provided in the README, converted the data containing (time, x, y, confidence) into arff file, did feature extraction using AnnotateData, and finally trying to run python blstm_model_run.py. However, it is keep giving me the error below.

ModuleNotFoundError: No module named 'util'

This is the full text including most recent calls

Traceback (most recent call last): File "C:\Users\mjmj2\Desktop\deep_em_classifier-master\blstm_model_run.py", line 12, in <module> from sp_tool.evaluate import CORRESPONDENCE_TO_HAND_LABELLING_VALUES File "C:\Users\mjmj2\AppData\Roaming\Python\Python311\site-packages\sp_tool-0.7.0-py3.11.egg\sp_tool\evaluate.py", line 14, in <module> File "C:\Users\mjmj2\AppData\Roaming\Python\Python311\site-packages\sp_tool-0.7.0-py3.11.egg\sp_tool\data_loaders.py", line 9, in <module> ModuleNotFoundError: No module named 'util'

It would be great if we could get some help with this. Thank you for developing & allowing the usage of this amazing algorithm! Please keep up with the great work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions