rsnt_translations
56,420
edits
(Created page with "Ce message peur survenir and vous tentez d'importer un module Python qui dépend de Numpy.") |
(Created page with "Le cas-type est [https://numpy.org/devdocs/dev/depending_on_numpy.html#numpy-2-0-specific-advice la version 2.0 de Numpy qui brise l'ABI.] In the case of a wheel that was built with version 1.x but installed version 2.x, one must installed a lower version with: <code>pip install --no-index 'numpy<2.0'</code>") |
||
Line 617: | Line 617: | ||
Ceci se produit quand une version incompatible de numpy est installée ou utilisée; vous devez installer une version compatible. | Ceci se produit quand une version incompatible de numpy est installée ou utilisée; vous devez installer une version compatible. | ||
Le cas-type est [https://numpy.org/devdocs/dev/depending_on_numpy.html#numpy-2-0-specific-advice la version 2.0 de Numpy qui brise l'ABI.] | |||
In the case of a wheel that was built with version 1.x but installed version 2.x, one must installed a lower version with: <code>pip install --no-index 'numpy<2.0'</code> | In the case of a wheel that was built with version 1.x but installed version 2.x, one must installed a lower version with: <code>pip install --no-index 'numpy<2.0'</code> |