You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/opt/anaconda3/envs/qwen/lib/python3.12/site-packages/pysptk/conversion.py", line 20, in
from pysptk.sptk import c2ir, freqt, gnorm, mc2b
File "/opt/anaconda3/envs/qwen/lib/python3.12/site-packages/pysptk/sptk.py", line 150, in
from . import _sptk # type: ignore
^^^^^^^^^^^^^^^^^^^
ImportError: dlopen(/opt/anaconda3/envs/qwen/lib/python3.12/site-packages/pysptk/_sptk.cpython-312-darwin.so, 0x0002): tried: '/opt/anaconda3/envs/qwen/lib/python3.12/site-packages/pysptk/_sptk.cpython-312-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/opt/anaconda3/envs/qwen/lib/python3.12/site-packages/pysptk/_sptk.cpython-312-darwin.so' (no such file), '/opt/anaconda3/envs/qwen/lib/python3.12/site-packages/pysptk/_sptk.cpython-312-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64'))
Process finished with exit code 1
The text was updated successfully, but these errors were encountered:
File "/opt/anaconda3/envs/qwen/lib/python3.12/site-packages/pysptk/conversion.py", line 20, in
from pysptk.sptk import c2ir, freqt, gnorm, mc2b
File "/opt/anaconda3/envs/qwen/lib/python3.12/site-packages/pysptk/sptk.py", line 150, in
from . import _sptk # type: ignore
^^^^^^^^^^^^^^^^^^^
ImportError: dlopen(/opt/anaconda3/envs/qwen/lib/python3.12/site-packages/pysptk/_sptk.cpython-312-darwin.so, 0x0002): tried: '/opt/anaconda3/envs/qwen/lib/python3.12/site-packages/pysptk/_sptk.cpython-312-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/opt/anaconda3/envs/qwen/lib/python3.12/site-packages/pysptk/_sptk.cpython-312-darwin.so' (no such file), '/opt/anaconda3/envs/qwen/lib/python3.12/site-packages/pysptk/_sptk.cpython-312-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e' or 'arm64'))
Process finished with exit code 1
The text was updated successfully, but these errors were encountered: