You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably it is enough to re-install the plugins in-place, which is maybe just a question of running pip install -r requirements.txt again.
It might also be a good idea to give each plugin an _selftest() method that should do just enough testing to ensure any dependent packages are installed correctly, etc.
The text was updated successfully, but these errors were encountered:
Probably it is enough to re-install the plugins in-place, which is maybe just a question of running
pip install -r requirements.txt
again.It might also be a good idea to give each plugin an
_selftest()
method that should do just enough testing to ensure any dependent packages are installed correctly, etc.The text was updated successfully, but these errors were encountered: