lorenz
lorenz
> If you make an intensive use of parallel computations, you should try tbb. Unfortunately, the conda-forge occt version is not compiled against tbb, so you will have to compile...
maybe you can try to run python from the home-directory. If you have installed pivy python should use the installed version.
@foobarbecue if soqt is not found pivy is build without soqt-support. Maybe this is the case here
using conda is no option for you? ``` conda create -n pivy coin3d soqt cmake swig -c conda-forge conda activate pivy git clone https://github.com/coin3d/pivy.git cd pivy mkdir build cd build...
> ``` > (pivy) aacurtis@MT-405357:~/pivy/examples/Quarter$ ./minimal.py > Traceback (most recent call last): > File "/home/aacurtis/pivy/examples/Quarter/./minimal.py", line 21, in > from pivy.qt.QtWidgets import QApplication > ModuleNotFoundError: No module named 'pivy.qt' >...
I guess this is an packaging issue.
ok, strange. which swig version are you using? I saw recently some issues with swig 4.1.0 and pythonocc-core. Maybe this can be related.
It's possible that different versions of pivy causing this problem. Please check which _coin.so is used. If I can remember correctly SoGeo was added recently.
I guess this comment is somehow related. https://forum.freecadweb.org/viewtopic.php?f=8&t=40749&start=20#p354989 Btw.: The Manifest.in is a list of additional files which should be packaged.
I can't help much with this issue. Best to ping @sgrogan.