-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'pivy._coin' has no attribute 'delete_SoGeo' #102
Comments
I guess this is an packaging issue. |
I cloned pivy and installed with cmake and make. |
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. |
`dave@Tuffy:~$ swig -version SWIG Version 4.0.2 Compiled with g++ [x86_64-pc-linux-gnu] Configured options: +pcre |
I just came across this as well, many of my addon modules give this error. Another clue perhaps is
I think it has something to do with #103 |
Hi Chris, Did you find a workaround for this issue? |
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. |
Hi, I am getting the following error:
`dave@Tuffy:~$ python3
Python 3.10.6 (main, Nov 2 2022, 18:53:38) [GCC 11.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
`
OS: KDE neon 5.26 (KDE/plasma)
Python 3.10.6, Qt 5.15.7, Coin 4.0.0, Vtk 7.1.1, OCC 7.5.1
The text was updated successfully, but these errors were encountered: