signatory
signatory copied to clipboard
ImportError: dlopen(...): symbol not found in flat namespace '___kmpc_barrier'
Hi Patrick:
I got the error message:
ImportError: dlopen(/Users/Me/miniconda3/envs/sigwgan/lib/python3.8/site-packages/signatory/_impl.cpython-38-darwin.so, 0x0002): symbol not found in flat namespace '___kmpc_barrier'
My environment:
% pip freeze
attrs==23.1.0
boltons==23.0.0
certifi==2023.7.22
chardet==5.1.0
charset-normalizer==3.2.0
cmake==3.27.0
contourpy==1.1.0
cycler==0.11.0
fbm==0.3.0
fonttools==4.41.1
future==0.18.2
idna==3.4
importlib-resources==6.0.0
joblib==1.3.1
jsonschema==4.18.4
jsonschema-specifications==2023.7.1
kiwisolver==1.4.4
matplotlib==3.7.2
numpy==1.24.4
packaging==23.1
pandas==2.0.3
Pillow==10.0.0
pkgutil_resolve_name==1.3.10
py-lets-be-rational==1.0.1
py-vollib==1.0.1
pyparsing==3.0.9
pyproject-toml==0.0.10
python-dateutil==2.8.2
pytz==2023.3
referencing==0.30.0
requests==2.31.0
rpds-py==0.9.2
scikit-learn==1.3.0
scipy==1.10.1
signatory==1.2.6.1.9.0
simplejson==3.17.2
six==1.16.0
threadpoolctl==3.2.0
toml==0.10.2
torch==1.9.0
torchaudio==0.9.0
torchdiffeq==0.2.3
torchsde==0.2.5
torchvision==0.10.0
tqdm==4.49.0
trampoline==0.1.2
typing_extensions==4.7.1
tzdata==2023.3
urllib3==2.0.4
wfdb==3.2.0
zipp==3.16.2
- My chip: Apple M2
- My macOS: macOS Ventura 13.4.1
- Python 3.8.10 universal2 (for macOS 11 Big Sur and later; recommended on Apple Silicon), build hab31e5c_2_cpython, channel conda-forge
Unfortunately, torch 1.7.0 does not support arm64, so I cannot use this version or even older. How can I fix it?