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 try to import idfreader, an error always shows up:
ModuleNotFoundError: No module named 'detectors'
This is because idfreader imports functions from the file detectors but cant find its location.
Currently I have copied the pygazeanalyser folder from github into my dist-packages folder for Python 3.
Is there a formal way to install it so that the path to all the files of pygazeanalyser is recognised?
The text was updated successfully, but these errors were encountered:
When I try to import idfreader, an error always shows up:
ModuleNotFoundError: No module named 'detectors'
This is because idfreader imports functions from the file detectors but cant find its location.
Currently I have copied the pygazeanalyser folder from github into my dist-packages folder for Python 3.
Is there a formal way to install it so that the path to all the files of pygazeanalyser is recognised?
The text was updated successfully, but these errors were encountered: