antoinelame / GazeTracking

👀 Eye Tracking library easily implementable to your projects
MIT License
1.85k stars 505 forks source link

Import Error for both Python 2 and 3 #48

Open 641i130 opened 4 years ago

641i130 commented 4 years ago

c4rr0t@carrot ~/C/e/GazeTracking (master) [1]> python3 example.py Traceback (most recent call last): File "example.py", line 7, in from gaze_tracking import GazeTracking File "/home/c4rr0t/CS Development/eyemouse/GazeTracking/gaze_tracking/init.py", line 1, in from .gaze_tracking import GazeTracking File "/home/c4rr0t/CS Development/eyemouse/GazeTracking/gaze_tracking/gaze_tracking.py", line 4, in import dlib ImportError: /home/c4rr0t/.local/lib/python3.8/site-packages/dlib.cpython-38-x86_64-linux-gnu.so: undefined symbol: cblas_dtrsm c4rr0t@carrot ~/C/e/GazeTracking (master) [1]> python2 example.py Traceback (most recent call last): File "example.py", line 7, in from gaze_tracking import GazeTracking File "/home/c4rr0t/CS Development/eyemouse/GazeTracking/gaze_tracking/init.py", line 1, in from .gaze_tracking import GazeTracking File "/home/c4rr0t/CS Development/eyemouse/GazeTracking/gaze_tracking/gaze_tracking.py", line 4, in import dlib ImportError: /home/c4rr0t/.local/lib/python2.7/site-packages/dlib.so: undefined symbol: cblas_dtrsm

If any other info is needed, let me know. I'm using Arch Linux.