Skip to content
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

How to run pip installed CQ-Editor in windows? #10

Open
mukral opened this issue Apr 7, 2023 · 1 comment
Open

How to run pip installed CQ-Editor in windows? #10

mukral opened this issue Apr 7, 2023 · 1 comment

Comments

@mukral
Copy link

mukral commented Apr 7, 2023

Hi, sorry for stupid question, but how to run cq-editor in windows when it's installed as described from pip. Tried several things - directly from powershell, cmd, python, all pathes including installation path... best try was stepping into installation path and typing python editor.py, got an error ImportError: attempted relative import with no known parent package

Thanks for help.

When there is no double-click-exe windows users are lost ;-

@jdegenstein
Copy link
Owner

What I have started to use most often is python -m cq_editor which should launch CQ-editor as long as you are in the right environment.

Don't feel bad as when you pip install into a conda environment on windows it creates an executable, for some reason that executable is broken in windows and I haven't been able to figure out why.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants