Closed ralph5150 closed 1 year ago
Could you run that "py -m pip ..." command manually and post the output?
I can reproduce the error but I not sure whether the error was caused by pip or spaCy. This dependency error seems only occur on Windows with Python 3.11. I'd suggest you to uninstall Python 3.11 and install Python 3.10.
PyTorch current only has Python 3.11 wheel file for Linux, you will have to use Python 3.10 until they release the 3.11 version for Windows. But you can still use Python 3.11 for non-transformer models.
Checkboxes
Describe the bug
Job crashes instantly with cuda disabled, error below is with cuda enabled. All issues resolved by installing older python release, in my case 3.10.5.
System Information
OS: Windows 11, 64bit Calibre version: 6.9.0, 64bit Python version: 3.11.0, 64bit Plugin Version: 3.27.1
Error message
Reproduce steps
Run WordDumb with CUDA..
Screenshots or videos
No response