File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -185,11 +185,11 @@ There can be various reason for the incompatibility:
185
185
* You have recently upgraded NumPy, most likely to NumPy 2, and the other
186
186
module now also needs to be upgraded. (NumPy 2 was released in June 2024.)
187
187
188
- * Especially if you have version constraints on some packages, ``pip `` may
189
- have found incompatible versions when installing .
188
+ * You have version constraints and ``pip `` may
189
+ have installed a combination of incompatible packages .
190
190
191
- * Manual forced versions or setup steps, such as copying a compiled extension
192
- to another computer with a different NumPy version .
191
+ * You have compiled locally or have copied a compiled extension from
192
+ elsewhere (which is, in general, a bad idea) .
193
193
194
194
The best solution will usually be to upgrade the failing package:
195
195
@@ -216,7 +216,6 @@ not yet exist or cannot be installed for other reasons. In that case:
216
216
* Add additional version pins to the failing package to help ``pip ``
217
217
resolve compatible versions of NumPy and the package.
218
218
219
- * Investigate how the packages got installed and why incompatibilities arose.
220
219
221
220
222
221
Segfaults or crashes
You can’t perform that action at this time.
0 commit comments