-
Notifications
You must be signed in to change notification settings - Fork 120
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
AttributeError: 'Editor' object has no attribute 'run_cell_action' #455
Comments
I can get CQ-Editor to run if I manually open menu.removeAction(self.run_cell_action)
menu.removeAction(self.run_cell_and_advance_action)
menu.removeAction(self.run_selection_action)
menu.removeAction(self.re_run_last_cell_action) |
Here is the env specification: https://github.com/CadQuery/CQ-editor/blob/master/cqgui_env.yml You used your own installation method, does the spyder version match what is in this yaml? |
I used the pip installation method mentioned in the documentation: https://cadquery.readthedocs.io/en/latest/installation.html It looks like that pulled in Spyder 6, which is a version above what's in the yml file. |
In case anybody lands here and feel lost, a temporary workaround is to run the following (while being in the activated pip virtual environment)
|
I followed these steps to get cadquery and CQ-Editor installed:
This pulled in the latest CQ-editor commit from master. I'm now getting the following error when I try to run the cq-editor command:
The text was updated successfully, but these errors were encountered: