-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Description
Hi,
There is a little problem for upcoming Rhino 9 Wip and COMPAS Numpy dependency:
Root Cause
- Rhino 9 WIP is using Python 3.13.4
- compas (dependency of your packages) requires numpy<2,>=1.15.4 (line 211)
- This constraint resolves to numpy 1.26.4 - the latest numpy 1.x version
- numpy 1.26.4 does NOT support Python 3.13 - it only provides pre-built wheels up to Python 3.12
- pip tries to compile numpy 1.26.4 from source for Python 3.13, which fails with C compilation errors
jf---
Metadata
Metadata
Assignees
Labels
No labels