nickger
nickger
Not to open a new issue: cannot install cppyy on Windows at all. Windows 10 Python 3.12 VS BuiltTools install with pip (cannot use conda) The error: error: command 'C:\\Program...
"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.39.33519\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Users\gni\AppData\Local\Temp\pip-build-env-yxozr3vc\overlay\Lib\site-packages\cppyy_backend\include -IC:\Users\gni\PycharmProjects\cppyyOCC\vEnv\include -IC:\Users\gni\AppData\Local\Python312\include -IC:\Users\gni\AppData\Local\Python312\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.39.33519\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" /EHsc /Tpsrc\clingwrapper.cxx /Fobuild\temp.win-amd64-cpython-312\Release\src\clingwrapper.obj -O2...
Do I have to use MVSC on Windows or I can use MinGW as well? Looks like cppyy automatically looks for MVSC installation... I use virtual environment with system interpreter,...
Can confirm the issue on Ubuntu 20, gcc 11, Python >3.9, miniconda environment. Nuitka 2.0 (installed from pip).
Would love to see the support of PyPI to use it in requirements.txt
Hello, Is there a way to understand to which schema and domain belongs a class? Looks like these "schamas" and "domains" are not presented in the format, though are extremely...
Hi, Alan. We are discovering a scenario to export IFC from Revit through an intermediate storage as Revit itself is horrable at this. As such the amount of objects can...
I am very sory, looks like the reference image from OpenCascade was not attached.  This is how it looks. If I convert all surfaces to NURBS and export to...
Hello, @aothms, here we are again. I've checked the code for OCC core - again, there are mistakes in creation of faces from external data, IFC in this case. I...
For sure they are ignored as they duplicate the information: as soon as one has 3d curve and surfaces, he needs to calculate the projections. OpenCascade does it implicitely only...