-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
ModuleNotFoundError: No module named 'stable_whisper' #239
Comments
Check if Stable-ts is in the environment with |
I tried both Name: stable-ts And when I run the script: Also, I reinstalled it like you said |
It is likely due the script not running the the same environment that Stable-ts was installed in. |
Have you tried starting davinci resolve from the command line? |
You mean opening it via terminal?
…On Tue, 12 Dec 2023, 20:38 jian, ***@***.***> wrote:
Have you tried starting davinci resolve from the command line?
—
Reply to this email directly, view it on GitHub
<#239 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEYH3SZ6KUMYFJ6S4XF236DYJCXC3AVCNFSM6AAAAAA64NMR4OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJSGY4DONBXG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Yes |
Even when opening it from the terminal, it sadly doesn’t work
From: jian ***@***.***>
Date: Tuesday, 12. December 2023 at 22:09
To: jianfch/stable-ts ***@***.***>
Cc: DNP ***@***.***>, Author ***@***.***>
Subject: Re: [jianfch/stable-ts] ModuleNotFoundError: No module named 'stable_whisper' (Issue #239)
You mean opening it via terminal?
Yes
—
Reply to this email directly, view it on GitHub<#239 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AEYH3SZIBIUWZ47SB2O3W7DYJDBXBAVCNFSM6AAAAAA64NMR4OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJSHAYTINZSGE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
You can try to install import sys
import subprocess
subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'stable-ts']) If you still get the error, try to restart the console or davinci resolve. |
Still doesn't work
…On Wed, 13 Dec 2023, 20:59 jian, ***@***.***> wrote:
You can try to install stable-ts in code by running these lines the
python console within davinci resolve:
import sysimport subprocesssubprocess.check_call([sys.executable, '-m', 'pip', 'install', 'stable-ts'])
If you still get the error, try to restart the console or davinci resolve.
—
Reply to this email directly, view it on GitHub
<#239 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEYH3S2AH7ZZZZ4GEJCVJFLYJICLZAVCNFSM6AAAAAA64NMR4OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJUGYYTSNBRHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
So I am the exception where nothing works? :D |
I would love to have some more assistance, thanks! And happy new year! |
What is the version of your default python interpreter, i.e. what does I've had the same issue just now, and it was because I am actually using Python 3.9, yet pip was installing stuff into the curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3.9 get-pip.py
# ^^^ Or whatever version you intend to install pip for Afterwards, the packages got put into the right environment and I was able to use stable-ts. |
I am using Python 3.11.6 :) |
If you encounter the problem in Mac OS X I did not find the solution, but one reason. Regarding Mac OS X and Apple Silicon (M1, M2 etc.) the problem is that some packages are compiled for x86 and some compiled in ARM64. In my case numpy is the problem. You can install arch specific packages when available like so:
Numpy still has a problem, so no solution yet.
|
make sure the davinci python executable has the right packages and path |
I am using a script from another developer that is using Stable-ts
After discussing the issue with the developer he is sadly not able to help.
So here I am asking.
How can we fix this?
I installed stable-ts and whisper, but apparently it doesn't work.
I am using a script for davinci resolve
The text was updated successfully, but these errors were encountered: