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

Import Error for both Python 2 and 3 #48

Open
641i130 opened this issue Jun 18, 2020 · 0 comments
Open

Import Error for both Python 2 and 3 #48

641i130 opened this issue Jun 18, 2020 · 0 comments

Comments

@641i130
Copy link

641i130 commented Jun 18, 2020

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.

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

1 participant