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
please refer to the red error: plugin ipopt is not found.
The build was downloaded from the github CQ-editor latest build. https://github.com/CadQuery/CQ-editor/releases/tag/nightly
I am running the sample assembly code in cadquery official webpage. https://cadquery.readthedocs.io/en/latest/assy.html
And, for any type of assembly, the calling on solve() will lead to the same issue.
The text was updated successfully, but these errors were encountered:
it looks like some python modules are missing. But have you guys ever tested the window exe?
I tried it on my two different PCs and both got the same issue.
Sorry, something went wrong.
I can reproduce the issue.
To workaround the problem, edit the run.bat. Add the second line to append to PATH:
run.bat
@echo off set PATH=%~dp0\Library\bin;%PATH% start /B Scripts/CQ-editor.exe
I can reproduce the issue. To workaround the problem, edit the run.bat. Add the second line to append to PATH: @echo off set PATH=%~dp0\Library\bin;%PATH% start /B Scripts/CQ-editor.exe
so great! The workaround works.
Thank you, @lorenzncode
No branches or pull requests
please refer to the red error: plugin ipopt is not found.
The build was downloaded from the github CQ-editor latest build.
https://github.com/CadQuery/CQ-editor/releases/tag/nightly
I am running the sample assembly code in cadquery official webpage.
https://cadquery.readthedocs.io/en/latest/assy.html
And, for any type of assembly, the calling on solve() will lead to the same issue.
The text was updated successfully, but these errors were encountered: