GazeTracking icon indicating copy to clipboard operation
GazeTracking copied to clipboard

Import Error for both Python 2 and 3

Open 641i130 opened this issue 5 years ago • 0 comments

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.

641i130 avatar Jun 18 '20 04:06 641i130