tensorflow / probability

Probabilistic reasoning and statistical analysis in TensorFlow
https://www.tensorflow.org/probability/
Apache License 2.0
4.16k stars 1.08k forks source link

how to fix this error #1810

Closed Zion6665 closed 1 month ago

Zion6665 commented 1 month ago

ERROR: Could not find a version that satisfies the requirement mediapipe==0.8.11 (from versions: 0.9.1.0, 0.9.2.1, 0.9.3.0, 0.10.0, 0.10.1, 0.10.2, 0.10.3, 0.10.5, 0.10.7, 0.10.8, 0.10.9, 0.10.10, 0.10.11, 0.10.13, 0.10.14) ERROR: No matching distribution found for mediapipe==0.8.11

ModuleNotFoundError Traceback (most recent call last) in <cell line: 39>() 37 from scipy.io.wavfile import read as wav_read 38 import io ---> 39 import ffmpeg 40 41 AUDIO_HTML = """

ModuleNotFoundError: No module named 'ffmpeg'


NOTE: If your import is failing due to a missing package, you can manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the "Open Examples" button below.