-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
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
run.bat missing from cq-editor installation on windows #1787
Comments
I'm not sure that is happening with the installer in Windows. Are you able to install via conda or pip for now? |
I did try to install via pip, but it failed, because my python installation is 3.13.1 which is not supported by cq. |
Can you try to manually run the command inside the bat file? https://github.com/CadQuery/CQ-editor/blob/master/conda/run.bat |
As I wrote, there is no conda.exe.
|
The symptom resembles the symptoms which I saw when I tried to use the manual installation with miniforge, which is described on the cadquery installation page. |
I do think the installer is built around miniforge3, but I did not create the installer, so I'm not 100% sure. I think CadQuery 2.5.2 is the limiting factor for Python 3.13 support. You could try updating CadQuery to the latest in git and that may fix your 3.13 pip install.
|
The installer uses conda constructor, so the same tool as miniforge. If all fails you could use the built-in visualization facilities of CQ. |
Out of curiosity, did you try running via CMD (see https://cadquery.readthedocs.io/en/latest/installation.html#id2)? |
I used the installer from https://github.com/CadQuery/CQ-editor/releases/download/nightly/CQ-editor-master-Windows-x86_64.exe |
I removed everything from my last install and went to use the non-interactive command lines for windows as shown on the CQ install page to install cadquery in the first place.
Windows said that the permissions on the downloaded file are incorrectly ordered, and I found no way to cure it. This time it worked, and also the activation did work and the rest of the installation of CQ with conda and mamba succeeded. |
You run that within the CQ environment that you created. The |
I successfully installed cq-editor as described in https://cadquery.readthedocs.io/en/latest/installation.html#installation.
Alas, there is no C:\Users<username>\cq-editor\run.bat in the installation directory.
There is also no conda.exe, but a _conda.exe, which makes me suppose that there is some post installation missing.
So, what is the next step to get cq-editor running?
The text was updated successfully, but these errors were encountered: