-
Notifications
You must be signed in to change notification settings - Fork 551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GazeTracking import error #82
Comments
are u resolve it? |
resolved yet? |
The pip install is picking up another repo. You download the "gaze_tracking" folder to your project's base folder and import it from there |
That makes sense, thank you.
…On Tue, 7 Jan 2025 at 11:08 AM, KRISHNA RAJ S R ***@***.***> wrote:
The pip install is picking up another repo. You download the
"gaze_tracking" folder to your project's base folder and import it from
there
—
Reply to this email directly, view it on GitHub
<#82 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AY3SI2DEBHT7HJGDGV4B4UD2JNR57AVCNFSM6AAAAABUW652LOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZUGQZTAOJTGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 'gaze_tracking' (unknown location)
please help me with this, I tried every solution but I am not able to import that module
The text was updated successfully, but these errors were encountered: