We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With Python 3.13 I do not get it running because of errors like
File "/usr/local/lib/python3.11/site-packages/nptyping/typing_.py", line 66, in Bool8: TypeAlias = np.bool8
or when i fix this, I get:
from ocp_tessellate import PartGroup
ImportError: cannot import name 'PartGroup' from 'ocp_tessellate' (/usr/local/lib/python3.11/site-packages/ocp_tessellate/init.py)
Can you provide dependency-versions or a Dockerfile so that the backend can be started?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With Python 3.13 I do not get it running because of errors like
File "/usr/local/lib/python3.11/site-packages/nptyping/typing_.py", line 66, in
Bool8: TypeAlias = np.bool8
or when i fix this, I get:
ImportError: cannot import name 'PartGroup' from 'ocp_tessellate' (/usr/local/lib/python3.11/site-packages/ocp_tessellate/init.py)
Can you provide dependency-versions or a Dockerfile so that the backend can be started?
The text was updated successfully, but these errors were encountered: