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

Backend code not working with Python 3.13 #4

Open
MartinPyka opened this issue Oct 9, 2024 · 0 comments
Open

Backend code not working with Python 3.13 #4

MartinPyka opened this issue Oct 9, 2024 · 0 comments

Comments

@MartinPyka
Copy link

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?

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

1 participant