Quote:
Originally Posted by xxyzz
spacy doesn't support Python 3.13, please downgrade to 3.12.
I also added this to the document website.
|
Thank you, it worked back fine!
For anyone else who'd have my same setup, what I did:
1. since I've got python through home-brew, I downgraded versions as follows:
Code:
brew unlink python@3.13
brew unlink python@3.12
brew link --force python@3.12
2. once done I still got an error (outdated python version), but by adding the python path as follows in the WordDumb Preferences panel, I've got it all sorted:
Code:
/Users/steve/.pyenv/versions/3.12.7/bin/python
Very pleased to have it back up, and working: Thank You again, @xxyzz!