admin管理员组

文章数量:1122832

Due to certain dependencies, we are restricted to Mac OS Big Sur for the moment. We are trying to install Intel tbb via Homebrew with brew install tbb but failing with the following error. Based on the error message, it appeared to us Homebrew is trying to install Python 3.13.0, looks for Tkinter for the same, and is unable to find. So we tried to do brew install python-tk. Homebrew decided that Python 3.13.0 is a dependency, and decided to install the latter first, and so we are stuck in a cycle. Could you see where we are going wrong, and how we could fix this issue so as to have tbb up and running? Thank you very much!

==> Installing dependencies for tbb: python-setuptools, [email protected], pcre2, swig and hwloc
==> Installing tbb dependency: python-setuptools
==> Downloading .6.0
Already downloaded: /Users/senthil/Library/Caches/Homebrew/downloads/78d060d30c6c92fd7d0f6232745566828cf6b8bc6c56732c79acd6daf82d7fda--python-setuptools-75.6.0.bottle_manifest.json
==> Pouring python-setuptools--75.6.0.all.bottle.tar.gz

本文标签: pythonInstalling Intel TBB on Mac OS Big SurStack Overflow