bernhard-42 / vscode-ocp-cad-viewer

A viewer for OCP based Code-CAD (CadQuery, build123d) integrated into VS Code
Apache License 2.0
78 stars 9 forks source link

Python 3.12 Compatibility - docs #52

Closed Hecatron closed 5 months ago

Hecatron commented 5 months ago

Hi, I did a bit of experimenting with this recently (it's pretty awesome btw)

I've discovered that it works ok with python 3.11 With python 3.12 there's an issue with a dependency of nlopt (at least under windows)

I'm not sure if it's a depend of cadquery or of this project. But I thought I'd just mention it in case it's worth adding to the docs.

bernhard-42 commented 5 months ago

@Hecatron nlopt is for cadquery, I don't use it

Hecatron commented 5 months ago

right ok I understand now