Skip to content
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

Python 3.10 support #79

Open
a-baturin opened this issue Jan 10, 2022 · 2 comments
Open

Python 3.10 support #79

a-baturin opened this issue Jan 10, 2022 · 2 comments

Comments

@a-baturin
Copy link

Can't install it on Python 3.10
Probably built OCC is not available

@mirmik
Copy link
Owner

mirmik commented Jan 12, 2022

Yep. We use precompiled pythonocc from anaconda. python3.10 was added to anaconda recently and pythonocc for python3.10 missing here. I will gladly add it if the package appears, or we find it in another source.

For now, we can build it by manually.

@a-baturin
Copy link
Author

I managed to install OCC and pythonocc-core. Not versions provided with zencad.
Fedora 35
OCCT 7.5.3
pythonocc-core from master branch
Unfortunately I got a error:

test_third_libraries_import finished with exception: /lib64/libTKFeat.so.7: undefined symbol: _ZN18BRepTools_Modifier7PerformERKN11opencascade6handleI22BRepTools_ModificationEERK21Message_ProgressRange

pythonocc founded: /usr/lib/python3.10/site-packages/OCC/__init__.py.
OCCT loading fault.```
Any ideas which could help to run?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants