-
Notifications
You must be signed in to change notification settings - Fork 386
Open
Description
- Installed python 3.14 on windows
- made a new virtual environment
- pip install cadquery
- the latest version it installed was 2.3.0
- Note it installed none of the other dependencies and is not in a runnable state
- specifying the cadquery version to 2.5.2 generates the following pip install cadquery==2.5.2
* specifying the cadquery version to 2.6.1 generates the following *pip install cadquery==2.6.1*
More specifically pip install of cadquery for python versions greater than 3.11 is broken.
I was incorrect it's python version 3.14 that errors
work around
- I downported to python version 3.11 in windows
- made a new virtual environment
- pip install cadquery
- Ran a test script and generated a cube
- Completely different experience and is actually usable
More specifically pip install of cadquery for python versions greater than 3.11 is broken.
Metadata
Metadata
Assignees
Labels
No labels