MMVCを動かしていると、おそらくパイソンの問題と思われるのですが、以下のようなエラーメッセージが出て学習しなくなります。どのように解決したらよいのか教えていただけると幸いです。よろしくお願いします。
以下のようなエラーメッセージです。
File "/content/drive/MyDrive/MMVC_Trainer-main/text/cleaners.py", line 17, in <module>
from unidecode import unidecode
ModuleNotFoundError: No module named 'unidecode'
以上について解決方法を教えていただけるとありがたいです。よろしくお願いします。
追記(こういう書き方でいいのでしょうか?)
ご回答者様には御礼申し上げます。私が全くの素人のままでやりはじめたというのもあるのですが、動画の通り何度やってもできないので、以下のサイトを参考にしてやってみました。以前のMMVCの動画の作成者と同じ方のようです。
https://note.com/pipo_lll/m/m9c0711b0da79 このシリーズで再度やり直してみました。
https://note.com/pipo_lll/n/n3e41c02608aa?magazine_key=m9c0711b0da79
この構築編は問題ありませんでした。こまではできています。
次の
https://note.com/pipo_lll/n/nebe780394098?magazine_key=m9c0711b0da79
の02_Rec_Voice.ipynb:3 録音の準備 で、また以下のようなエラーが出ました。
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-6-f837f00c7841> in <cell line: 0>()
52 import matplotlib.pyplot as plt
53 get_ipython().system('pip install pysndfile')
---> 54 import pysndfile
55 from IPython.display import display, Audio
56 import warnings
ModuleNotFoundError: No module named 'pysndfile'
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.
Collecting pysndfile
Downloading pysndfile-1.4.7.tar.gz (48 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.4/48.4 kB 1.8 MB/s eta 0:00:00
Installing build dependencies ... done
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
何度もすいません、、、また似たようなエラーが返ってきます。。。ご教示いただけると幸いです。。機械に嫌われまくってますね、、こうプログラムの才能がないのは明白なので、ご教示いただけると幸いです。よろしくお願いいたします。

回答1件
あなたの回答
tips
プレビュー