We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See the description of #358. The issue was previously fixed (tested with older Python versions). The error is reproducible with Python 3.11.
The text was updated successfully, but these errors were encountered:
I find the reload issue can be resolved by eliminating the forward reference: https://github.com/CadQuery/cadquery/blob/60fdbea0e0c85946b44ef31fdf7c7f62d0bf781d/cadquery/occ_impl/geom.py#L28
Say by moving VectorLike after the Vector class and replace the stringized annotation.
VectorLike
Vector
Sorry, something went wrong.
No branches or pull requests
See the description of #358. The issue was previously fixed (tested with older Python versions). The error is reproducible with Python 3.11.
The text was updated successfully, but these errors were encountered: