whenever I am trying to import the module GazeTracking from gaze_tracking getting an error like below.
_Traceback (most recent call last):
File "c:\Users\pujab\Downloads\sample project\test_gaze.py", line 2, in
from gaze_tracking import GazeTracking
ImportError: cannot import name 'GazeTracking' from 'gazetracking' (unknown location)
please help me with this, I tried every solution but I am not able to import that module
whenever I am trying to import the module GazeTracking from gaze_tracking getting an error like below.
_Traceback (most recent call last): File "c:\Users\pujab\Downloads\sample project\test_gaze.py", line 2, in
from gaze_tracking import GazeTracking
ImportError: cannot import name 'GazeTracking' from 'gazetracking' (unknown location)
please help me with this, I tried every solution but I am not able to import that module