-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
Hey guys, I followed the instruction guide, but when I import the model into Python, I get this error:
Traceback (most recent call last):
File "", line 1, in
File "/home/asimhome/openvoice/OpenVoice/openvoice/se_extractor.py", line 10, in
from faster_whisper import WhisperModel
File "/home/asimhome/anaconda3/envs/openvoice/lib/python3.9/site-packages/faster_whisper/init.py", line 2, in
from faster_whisper.transcribe import WhisperModel
File "/home/asimhome/anaconda3/envs/openvoice/lib/python3.9/site-packages/faster_whisper/transcribe.py", line 8, in
import ctranslate2
File "/home/asimhome/anaconda3/envs/openvoice/lib/python3.9/site-packages/ctranslate2/init.py", line 21, in
from ctranslate2._ext import (
ImportError: libctranslate2-1e22bce9.so.3.24.0: cannot enable executable stack as shared object requires: Invalid argument
I'm on Arch Linux, installed this in a conda environment with Python 3.9, please let me know if any other things are needed to debug this