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
I tired to install the GazeTracking package, I am getting the following error. Can you please help me with the solution.
Following packages where successfully installed.
Successfully installed dlib-19.16.0 numpy-1.16.1 opencv-python-4.2.0.32
Error Log:
raceback (most recent call last):
File "example.py", line 7, in
from gaze_tracking import GazeTracking
File "/home/dinesh/Documents/eyeball-tracking/GazeTracking/gaze_tracking/init.py", line 1, in
from .gaze_tracking import GazeTracking
File "/home/dinesh/Documents/eyeball-tracking/GazeTracking/gaze_tracking/gaze_tracking.py", line 4, in
import dlib
File "/home/dinesh/environments/eye_tracking/lib/python3.8/site-packages/dlib/init.py", line 19, in
from _dlib_pybind11 import *
ModuleNotFoundError: No module named '_dlib_pybind11'
Hi There,
I tired to install the GazeTracking package, I am getting the following error. Can you please help me with the solution.
Following packages where successfully installed.
Successfully installed dlib-19.16.0 numpy-1.16.1 opencv-python-4.2.0.32
Error Log:
raceback (most recent call last):
File "example.py", line 7, in
from gaze_tracking import GazeTracking
File "/home/dinesh/Documents/eyeball-tracking/GazeTracking/gaze_tracking/init.py", line 1, in
from .gaze_tracking import GazeTracking
File "/home/dinesh/Documents/eyeball-tracking/GazeTracking/gaze_tracking/gaze_tracking.py", line 4, in
import dlib
File "/home/dinesh/environments/eye_tracking/lib/python3.8/site-packages/dlib/init.py", line 19, in
from _dlib_pybind11 import *
ModuleNotFoundError: No module named '_dlib_pybind11'
I have also followed the steps in this link
I am using Python 3.8.10, Ubuntu 20.04 LTS
Let me know if you need any additional details
The text was updated successfully, but these errors were encountered: