Hi,
I am trying to use pygem, but I do not use conda - I use uv to manage my python environment. Therefore, I cannot install occ using conda.
I have installed pythonocc from source following the instructions at https://github.com/tpaviot/pythonocc-core/blob/master/INSTALL.md#linux-build-guide, but I believe that the OCP and OCC packages are incompatible if installed in the same python virtual environment [0], and given that I already have a few libraries relying on OCP, I cannot really remove it to use OCC instead.
Would it be possible to support also the OCP bindings? Or perhaps I am missing something and this is already possible?
[0] Or at least I think so. But even after installing everything successfully, I still have errors when I import OCC.
Hi,
I am trying to use
pygem, but I do not use conda - I useuvto manage my python environment. Therefore, I cannot installoccusing conda.I have installed
pythonoccfrom source following the instructions at https://github.com/tpaviot/pythonocc-core/blob/master/INSTALL.md#linux-build-guide, but I believe that theOCPandOCCpackages are incompatible if installed in the same python virtual environment [0], and given that I already have a few libraries relying onOCP, I cannot really remove it to useOCCinstead.Would it be possible to support also the
OCPbindings? Or perhaps I am missing something and this is already possible?[0] Or at least I think so. But even after installing everything successfully, I still have errors when I
import OCC.