Numpy 2.3.2 fails to install - error: no template named 'unordered_map' in namespace 'std'; did you mean 'unordered_set'? #6386
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This is a problem with NumPy; https://github.com/numpy/numpy/blob/v2.3.2/numpy/_core/src/multiarray/unique.cpp is missing an |
Beta Was this translation helpful? Give feedback.
-
Thanks, I've submitted numpy/numpy#29662 to fix it. |
Beta Was this translation helpful? Give feedback.
This is a problem with NumPy; https://github.com/numpy/numpy/blob/v2.3.2/numpy/_core/src/multiarray/unique.cpp is missing an
#include <unordered_map>
.