Windows python 3.14 pip install does not work
- Dominant language
- Python
- Stars
- 5.8k
- Forks
- 541
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 5
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.