You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On installing cq-editor with conda install -c cadquery cadquery cq-editor in a fresh conda environment on Windows, I get version 0.3.0dev.
This version cannot open the open file dialog box due to the attempted use of Path.abspath(), which does not exist. Sorry, I don't have the error message to hand.
The text was updated successfully, but these errors were encountered:
ALSO Path().absolute() does not work on a clean install of cq-editor using conda 23.11.1 and python 3.11 in both editor.py and debugger.py. Removed absolute() in both and cq-editor works. Not sure what the impact will be. Had to install nlopt using pip, as it would not install using conda and import nlopt did not work.
On installing cq-editor with
conda install -c cadquery cadquery cq-editor
in a fresh conda environment on Windows, I get version 0.3.0dev.This version cannot open the open file dialog box due to the attempted use of Path.abspath(), which does not exist. Sorry, I don't have the error message to hand.
The text was updated successfully, but these errors were encountered: