japandotorg / Seina-Cogs

My public cogs for red.
https://seina-cogs.readthedocs.io/en/latest/
Other
13 stars 18 forks source link

ThreadOpener cog attempted to install TagScriptEngine, but the version installed is outdated. #39

Closed lisbonjoker closed 9 months ago

lisbonjoker commented 9 months ago
threadopener: The ThreadOpener cog attempted to install TagScriptEngine, but the version installed is outdated. Shut down your bot, then in shell in your venv, run the following commands:
pip(3) uninstall -y TagScript
pip(3) uninstall -y TagScriptEngine
pip(3) uninstall -y AdvancedTagScriptEngine
pip(3) install AdvancedTagScriptEngine==3.1.4
After running these commands, restart your bot and reload Tags. If it continues to fail to load, contact the cog author.

I have already done what was asked, but no luck.

lisbonjoker commented 9 months ago

Had to reboot the machine, thereafter, it worked.