adamdavidconn
adamdavidconn
I am having the same issue - see my error readout below. What happens is the GUI appears momentarily before crashing. I'm on windows. ``` Exception in Tkinter callback Traceback...
So Ive narrowed it down to pycuda.gl.autoinit failing to import in the function setup_gl Traceback: ``` File "", line 1, in import pycuda.gl.autoinit File "C:\Users\adconn\miniconda3\envs\ganspace\lib\site-packages\pycuda\gl\autoinit.py", line 9, in context =...
Oh, I misunderstood that line of the instructions, Ill try and install those deps now and let you know if fixed. Thanks!
So installing the windows dependencies did not solve the issue. Delving a bit further: **import pycuda.gl.autoinit** is failing. Within that module the line **context = make_default_context(lambda dev: cudagl.make_context(dev))** is failing,...
This is related to an issue with mammoth not converting headings correctly. https://github.com/mwilliamson/python-mammoth/issues/153 This could be solved by utilising a custom plugin where you use the mammoth convert_to_markdown method (instead...