Skip to content

Windows python 3.14 pip install is broken #1937

@medicationforall

Description

@medicationforall
  • 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
Image * specifying the cadquery version to 2.6.1 generates the following *pip install cadquery==2.6.1* Image

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
Image
  • 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions