You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed using virtualenv? pip? Conda?(if python)
No response
MediaPipe version
0.10.9
Bazel version
No response
XCode and Tulsi versions (if iOS)
No response
Android SDK and NDK versions (if android)
No response
Android AAR (if android)
None
OpenCV version (if running on desktop)
No response
Describe the problem
A bug happened!
Complete Logs
Unable to import mediapipe
import mediapipe as mp
print("mediapipe version:", mp.__version__)
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
Cell In[23], line 1
----> 1 import mediapipe as mp
3 print("mediapipe version:", mp.__version__)
File ~\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\mediapipe\__init__.py:17
15 from mediapipe.python import *
16 import mediapipe.python.solutions as solutions
---> 17 import mediapipe.tasks.python as tasks
20 del framework
21 del gpu
File ~\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\mediapipe\tasks\python\__init__.py:17
1 # Copyright 2022 The MediaPipe Authors.
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
(...)
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
15 """MediaPipe Tasks API."""
---> 17 from . import audio
18 from . import components
19 from . import core
File ~\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\mediapipe\tasks\python\audio\__init__.py:21
18 import mediapipe.tasks.python.audio.audio_classifier
19 import mediapipe.tasks.python.audio.audio_embedder
---> 21 AudioClassifier = audio_classifier.AudioClassifier
22 AudioClassifierOptions = audio_classifier.AudioClassifierOptions
23 AudioClassifierResult = audio_classifier.AudioClassifierResult
NameError: name 'audio_classifier' is not defined
The text was updated successfully, but these errors were encountered:
OS Platform and Distribution
Windows 11
Compiler version
No response
Programming Language and version
Python 3.11
Installed using virtualenv? pip? Conda?(if python)
No response
MediaPipe version
0.10.9
Bazel version
No response
XCode and Tulsi versions (if iOS)
No response
Android SDK and NDK versions (if android)
No response
Android AAR (if android)
None
OpenCV version (if running on desktop)
No response
Describe the problem
A bug happened!
Complete Logs
The text was updated successfully, but these errors were encountered: