Intel OpenMP и LLVM OpenMP конфликтуют с MacOS без использования conda ⇐ Python
Intel OpenMP и LLVM OpenMP конфликтуют с MacOS без использования conda
When running TSNE I receive the error:
Found Intel OpenMP ('libiomp') and LLVM OpenMP ('libomp') loaded at the same time. Both libraries are known to be incompatible and this can cause random crashes or deadlocks on Linux when loaded in the same Python program. Using threadpoolctl may cause crashes or deadlocks. For more information and possible workarounds, please see https://github.com/joblib/threadpoolctl ... _openmp.md
It seems all fixes to this issue rely on conda installations, while I am just using pip and poetry.
My pyproject.toml looks like:
[tool.poetry.dependencies] python = "^3.9" scikit-learn = "^1.4.1.post1" torch = "^2.2.1" numpy = "^1.26.4" matplotlib = "^3.8.3" tqdm = "^4.66.2" transformers = "^4.38.2" datasets = "^2.18.0" python-dotenv = "^1.0.1" Is there any way to resolve the issue? Following the instructions on the provided issues page does not work.
Источник: https://stackoverflow.com/questions/781 ... sing-conda
When running TSNE I receive the error:
Found Intel OpenMP ('libiomp') and LLVM OpenMP ('libomp') loaded at the same time. Both libraries are known to be incompatible and this can cause random crashes or deadlocks on Linux when loaded in the same Python program. Using threadpoolctl may cause crashes or deadlocks. For more information and possible workarounds, please see https://github.com/joblib/threadpoolctl ... _openmp.md
It seems all fixes to this issue rely on conda installations, while I am just using pip and poetry.
My pyproject.toml looks like:
[tool.poetry.dependencies] python = "^3.9" scikit-learn = "^1.4.1.post1" torch = "^2.2.1" numpy = "^1.26.4" matplotlib = "^3.8.3" tqdm = "^4.66.2" transformers = "^4.38.2" datasets = "^2.18.0" python-dotenv = "^1.0.1" Is there any way to resolve the issue? Following the instructions on the provided issues page does not work.
Источник: https://stackoverflow.com/questions/781 ... sing-conda
-
- Похожие темы
- Ответы
- Просмотры
- Последнее сообщение