View Single Post
Old 11-26-2024, 06:34 AM   #701
revenant
Junior Member
revenant began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Aug 2009
Location: Europe
Device: Kindle Oasis
Quote:
Originally Posted by xxyzz View Post
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!
revenant is offline   Reply With Quote