Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- >>> from deepface import DeepFace
- RuntimeError: module compiled against API version 0x10 but this version of numpy is 0xf
- ImportError: numpy.core.multiarray failed to import
- The above exception was the direct cause of the following exception:
- SystemError: <built-in method __contains__ of dict object at 0x14964d580> returned a result with an error set
- The above exception was the direct cause of the following exception:
- Traceback (most recent call last):
- File "<stdin>", line 1, in <module>
- File "/Users/olehkopyl/.pyenv/versions/3.8.13/lib/python3.8/site-packages/deepface/DeepFace.py", line 14, in <module>
- import tensorflow as tf
- File "/Users/olehkopyl/.pyenv/versions/3.8.13/lib/python3.8/site-packages/tensorflow/__init__.py", line 37, in <module>
- from tensorflow.python.tools import module_util as _module_util
- File "/Users/olehkopyl/.pyenv/versions/3.8.13/lib/python3.8/site-packages/tensorflow/python/__init__.py", line 37, in <module>
- from tensorflow.python.eager import context
- File "/Users/olehkopyl/.pyenv/versions/3.8.13/lib/python3.8/site-packages/tensorflow/python/eager/context.py", line 34, in <module>
- from tensorflow.python.client import pywrap_tf_session
- File "/Users/olehkopyl/.pyenv/versions/3.8.13/lib/python3.8/site-packages/tensorflow/python/client/pywrap_tf_session.py", line 19, in <module>
- from tensorflow.python.client._pywrap_tf_session import *
- ImportError: initialization failed
- >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement