Skip to content
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

pybind11 issue #69

Open
dineshsetty opened this issue Jan 2, 2022 · 1 comment
Open

pybind11 issue #69

dineshsetty opened this issue Jan 2, 2022 · 1 comment

Comments

@dineshsetty
Copy link

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

@Mervespm
Copy link

Mervespm commented Jan 2, 2023

did you solve this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants