Skip to content

Getting an ImportError #420

@AudacityEdits

Description

@AudacityEdits

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions