apple / turicreate

Turi Create simplifies the development of custom machine learning models.
BSD 3-Clause "New" or "Revised" License
11.19k stars 1.14k forks source link

issue seaborn #3455

Open chokriDDAS opened 2 years ago

chokriDDAS commented 2 years ago

Collecting numpy Using cached numpy-1.23.2-cp310-cp310-win_amd64.whl (14.6 MB) Installing collected packages: numpy ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. numba 0.56.0 requires numpy<1.23,>=1.18, but you have numpy 1.23.2 which is incompatible. Successfully installed numpy-1.23.2 and i have this issue when i import seaborn

ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject