-
Notifications
You must be signed in to change notification settings - Fork 159
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 logging not working with version 0.9 and python 3.12 #403
Comments
@koubaa can you try setting the log level to TRACE or DEBUG? |
@axsaucedo I just tried - that didn't make any difference. I'm on windows, if that makes any difference |
@axsaucedo I know the vulkan C API well enough to try and debug it... but I can't find documentation on how to configure cmake to find pybind11. output from cmake configure stage
output from cmake build stage:
|
I have a workaround, I installed pybind11 globally using I manually installed it into my python environment by overwriting the I had to replace Anyways - now my program gets debug printout |
Ok interesting - I assume this last message was built from master? If so we have chnaged he API to use OpSyncX instead of OpTensorSyncX as we have introduced a new Image data structure besides the Tensor. We will be documenting this and making the release as v0.10. For the time being it sounds like at least this is unblocked in case someone else comes across this |
@axsaucedo yes I built from master. The only real issue here is that logging is broken for the windows 0.9 wheel on pypi (either it is a bug that was fixed since 0.9 or a problem with the build configuration that produced that pypi distribution) |
According to the documentation at https://kompute.cc/overview/python-examples.html, I expect to see some logging output after the
mgr = kp.Manager()
line.The text was updated successfully, but these errors were encountered: