Hey,
I came across declaraCAD on the OCCT websites registry, and wanted to give it a try.
I realised the release doesn't inclure a pre-built artifact for macos.
I tried to build from source based on the docs, but realised that it is using a pyocct fork, publishing to it's conda channel. This channel also doesn't include macos builts.
declaracad on master via 🐍 v3.13.7 via 🅒 declaracad
❯ conda install -c conda-forge -c https://repo.codelv.com pyocct=7.9 python=3.12 pyside6
Channels:
- conda-forge
- https://repo.codelv.com
Platform: osx-arm64
Collecting package metadata (repodata.json): done
Solving environment: failed
Channels:
- conda-forge
- https://repo.codelv.com
Platform: osx-arm64
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundInChannelsError: The following packages are not available from current channels:
- pyocct=7.9
Current channels:
- https://conda.anaconda.org/conda-forge
- https://repo.codelv.com
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
Following are my queries related to it:
- Is the upstream pyOCCT API compatible, or does DeclaraCAD depend on changes in your fork?
- Is there a macos support planned? If you can share some pointers, I would be happy to work on it.
Regards.
Hey,
I came across declaraCAD on the OCCT websites registry, and wanted to give it a try.
I realised the release doesn't inclure a pre-built artifact for macos.
I tried to build from source based on the docs, but realised that it is using a pyocct fork, publishing to it's conda channel. This channel also doesn't include macos builts.
Following are my queries related to it:
Regards.