oneAPI Registration, Download, Licensing and Installation
Support for Getting Started questions related to download, Installation and licensing for Intel oneAPI Toolkits and software development tools.
1292 Discussions

tbb-2021.5.0 project on PyPI doesn't provide wheels for Linux

dvp
Novice
1,085 Views

For the version tbb-2021.5.0 there are wheels for Windows, Win32 and MacOS platforms on PyPI download site https://pypi.org/project/tbb/#files . But nothing for Linux.

The recomended installation instruction 

  pip install tbb==2021.5.0

certainly fails on Linux:

ERROR: Could not find a version that satisfies the requirement tbb==2021.5.0 (from versions: 2018.0.4, 2019.0, 2020.0.133, 2020.3.254, 2021.1.1, 2021.2.0, 2021.3.0, 2021.4.0)
ERROR: No matching distribution found for tbb==2021.5.0

This breaks dependency management for Python/Linux applications.

For instance, the poetry dependency manager reports:

    Unable to find installation candidates for tbb (2021.5.0)

In our case the dependency is indirect (through mkl) and the solution of this issue is to add tbb as direct dependency fixed on previous version (2021.4.0), but this is really painful.

 

What did happen with Linux support on PyPI?

 

0 Kudos
4 Replies
ArpanB_Intel
Moderator
1,033 Views

Hi Dmitri, we have contacted you privately with regards to your query. Please check your inbox for further updates.


0 Kudos
ChrisB_Intel
Moderator
1,015 Views

Apologies for the delay in response on this issue. We do have a bug open with the developers and are waiting for a response.


Thanks

Chris



0 Kudos
ChrisB_Intel
Moderator
1,012 Views

There is a new version available that should address this issue. Please give it a shot and let me know if it resolves your issues.


https://pypi.org/project/tbb4py/2021.5.1/#files


Thanks

Chris



0 Kudos
ArpanB_Intel
Moderator
998 Views

Hi Dmitri, we assume that the new version was able to resolve your issue.


If you have any further queries, please post a new question as this thread will no longer be monitored by Intel®.


0 Kudos
Reply