CadQuery / CQ-editor

CadQuery GUI editor based on PyQT
Apache License 2.0
723 stars 111 forks source link

Is it possible to use cq-warehouse inside a Pre-Built Packages ? #427

Closed healBvdb closed 5 months ago

healBvdb commented 5 months ago

I would like to use some of the possibilities of cq-warehouse directly from a pre-built package. Is there a way to do that ?

jmwright commented 5 months ago

I don't think you can with the PyInstaller packages, or at least not without a lot of trial and error. Conda is probably your best bet if you want to customize the installation. There are instructions in the CadQuery documentation on how to install conda without touching your local Python environment.

https://cadquery.readthedocs.io/en/latest/installation.html#install-the-conda-package-manager

adam-urbanczyk commented 5 months ago

Nightly uses conda constructor, so it should be possible.

healBvdb commented 5 months ago

Thanks for your answers… I finally followed @jmwright suggestion and installed everything using CadQuery documentation.