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
The version of gcc is
gcc (MacPorts gcc14 14.2.0_3+stdlib_flag) 14.2.0
I installed rust using the rust package in the conda-forge python distribution miniforge
/Users/cw/miniforge3/bin/rustc
The current python installation is conda-forge Python 3.12.8
When I import the package i get the error message:
import pm_remez
Traceback (most recent call last):
File "", line 1, in
File "/Users/cw/miniforge3/lib/python3.12/site-packages/pm_remez/init.py", line 1, in
from .pm_remez import *
ImportError: dlopen(/Users/cw/miniforge3/lib/python3.12/site-packages/pm_remez/pm_remez.abi3.so, 0x0002): symbol not found in flat namespace '___emutls_get_address'
The text was updated successfully, but these errors were encountered:
Running the existing whl file for this platform segfaults when running pm_remez
I built the package from source code using
matuin build --release
with no issues and installed the whl file:
pip install /Users/cw/Downloads/pm_remez-0.1.4/target/wheels/pm_remez-0.1.4-cp38-abi3-macosx_10_12_x86_64.whl
Installing collected packages: pm-remez
Successfully installed pm-remez-0.1.4
The version of gcc is
gcc (MacPorts gcc14 14.2.0_3+stdlib_flag) 14.2.0
I installed rust using the rust package in the conda-forge python distribution miniforge
/Users/cw/miniforge3/bin/rustc
The current python installation is conda-forge Python 3.12.8
When I import the package i get the error message:
The text was updated successfully, but these errors were encountered: