Replies: 5 comments 22 replies
-
OK, so I found the solution (pip install pandas) in the comments of the video. I can now start the application and select an ebook. But after a short while of processing it crashes with the following error: Exception in Tkinter callback Any help would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
-
Idk probs not enough vram |
Beta Was this translation helpful? Give feedback.
-
Try throwing this book at it idk It's a test ebook that should be able to run on the worse GPU This'll tell us if you just don't have a good enough GPU |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick reply! 1% Converting input to HTML... |
Beta Was this translation helpful? Give feedback.
-
BTW: here's a summary of my hardware specs: Summary I think my PC should be up to the task... ;-) |
Beta Was this translation helpful? Give feedback.
-
I'm new to WSL and Ubuntu. I've followed the installation instructions for Windows 11 and did see a number of red error messages scroll by. After the installation was complete I tried to start the GUI, but I get the following error:
Starting...
Traceback (most recent call last):
File "/home/mbassano/VoxNovel/gui_run.py", line 31, in
import pandas as pd
ModuleNotFoundError: No module named 'pandas'
The headless (whatever that is) won't start either:
Starting...
Traceback (most recent call last):
File "/home/mbassano/VoxNovel/headless_voxnovel.py", line 58, in
import pandas as pd
ModuleNotFoundError: No module named 'pandas'
How can I fix this?
Beta Was this translation helpful? Give feedback.
All reactions