Skip to content

OSError: /usr/local/lib/python3.10/site-packages/audiostretchy-0.0.0-py3.10.egg/audiostretchy/interface/linux/_stretch.so: cannot open shared object file: No such file or directory #15

Description

@lihaorong840506

ENV

Operating System :: Euler OS (base on Fedora)
Architecture: arrch64
Programming Language :: C
Programming Language :: Python :: 3.10
audiostretchy: 1.3.5  

Error

Traceback (most recent call last):
  File "/workspace/voice-ng-server/dubbing_transcription_worker.py", line 19, in <module>
    from services.dubbing_service import DubbingService
  File "/workspace/voice-ng-server/services/dubbing_service.py", line 3, in <module>
    from services.timestretch_service import SAFE_SPEED_MAX_RELATIVE_RATIO, SAFE_SPEED_MIN_RELATIVE_RATIO
  File "/workspace/voice-ng-server/services/timestretch_service.py", line 3, in <module>
    from audiostretchy.stretch import AudioStretch
  File "/usr/local/lib/python3.10/site-packages/audiostretchy-0.0.0-py3.10.egg/audiostretchy/stretch.py", line 9, in <module>
    from .interface.tdhs import TDHSAudioStretch
  File "/usr/local/lib/python3.10/site-packages/audiostretchy-0.0.0-py3.10.egg/audiostretchy/interface/tdhs.py", line 35, in <module>
    stretch_lib = ctypes.cdll.LoadLibrary(str(lib_path))
  File "/usr/local/lib/python3.10/ctypes/__init__.py", line 452, in LoadLibrary
    return self._dlltype(name)
  File "/usr/local/lib/python3.10/ctypes/__init__.py", line 374, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: /usr/local/lib/python3.10/site-packages/audiostretchy-0.0.0-py3.10.egg/audiostretchy/interface/linux/_stretch.so: cannot open shared object file: No such file or directory

ldd

ldd /usr/local/lib/python3.10/site-packages/audiostretchy-0.0.0-py3.10.egg/audiostretchy/interface/linux/_stretch.so
not a dynamic executable

file

#file /usr/local/lib/python3.10/site-packages/audiostretchy-0.0.0-py3.10.egg/audiostretchy/interface/linux/_stretch.so
#/usr/local/lib/python3.10/site-packages/audiostretchy-0.0.0-py3.10.egg/audiostretchy/interface/linux/_stretch.so: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f274267084769109d7c8fff0090227deb1246848, stripped

Install audiostretchy: 1.3.5

python setup.py install

How can i install audiostretchy: 1.3.5 in Euler OS (aarch64) right ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions