QuantEcon / QuantEcon.py

A community based Python library for quantitative economics
https://quantecon.org/quantecon-py/
MIT License
1.89k stars 2.25k forks source link

Warning when importing `quantecon` package #710

Closed HengchengZhang closed 1 year ago

HengchengZhang commented 1 year ago

When the quantecon package is imported it will give an error message like this:

NumbaWarning: The TBB threading layer requires TBB version 2021 update 6 or later i.e., TBB_INTERFACE_VERSION >= 12060. Found TBB_INTERFACE_VERSION = 12040. The TBB threading layer is disabled.
  warnings.warn(problem)

Please find the example in book-networks

oyamad commented 1 year ago

Would this help numba/numba#6350? Anyway it is coming from Numba.

HengchengZhang commented 1 year ago

Thanks for pointing this out @oyamad.

I will close this as it seems like issue with installing Numba.