-
Notifications
You must be signed in to change notification settings - Fork 10
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
main.pyを実行した際のエラー?について #13
Comments
pyvcroid2側でのエラーなのでまずはサンプルが動作するかご確認ください |
上記sample.pyを実行し、下記が表示されました。 C:\Users\Users\Downloads>python sample.py 質問と同じようにエラーが表示されるようです。 実行の仕方等、間違っている箇所があればご指摘していただけますと幸いです。 |
pyvcroid2側のエラーになるので私のほうではわかりません。 |
再度質問失礼いたします。 C:\Users\Users\Downloads\discord_voiceroid-master>python main.py 何度もご質問する形となり大変申し訳ございませんがご教示頂けますでしょうか。 |
ご質問失礼いたします。
main.pyを実行したところ下記が表示されました。
C:\Users\Users\Downloads\discord_voiceroid-master>python main.py
Traceback (most recent call last):
File "C:\Users\Users\Downloads\discord_voiceroid-master\main.py", line 43, in
main()
File "C:\Users\Users\Downloads\discord_voiceroid-master\main.py", line 10, in main
vc = pyvcroid2.VcRoid2()
File "C:\Users\Users\AppData\Local\Programs\Python\Python39-32\lib\site-packages\pyvcroid2\pyvcroid2.py", line 102, in init
raise Exception(result)
Exception: ResultCode.LICENSE_ABSENT
こちらの
Exception: ResultCode.LICENSE_ABSENT
についてどのような対処が必要であるかご教示願いたいです。
環境は参考にさせていただいた通り下記になります。
Windows10 64bit
Python3.9.1(32bit)
VOICEROID2
突然の質問で大変申し訳ございませんがご確認いただけますでしょうか。
よろしくお願いいたします。
The text was updated successfully, but these errors were encountered: