Hi @davi133 and thanks for responding.
Latest nightlies are 5.3, which I believe krita is moving into soon? alongside releasing v6? That’s why I downloaded the latest nightly ie most recent stuff included, to test if things keep working, as my system is a qt5 system, plus wanted to take a look at any changes …
Other plugins are … kanvasbuddy, oughtasave, reference docker, shortcut composer, tf easy colours map, theme creator, and 10 minutes ago added the preset groups plugin.
Just to note also that I saw an alsa sound error when closing pc down yesterday too. Was a bit worrying, but, on rebooting, sound is playing fine. Not keen on things being downloaded, especially when the procedure isn’t detecting things correctly, and causing extra errors. I’m offline 99.9% of the time anyway. Much prefer if the right dependencies are part of the install itself and not pinging out each time krita starts. BrushSfx was working perfectly fine previously, when not doing dependency checks etc, so if it’s at all possible to make it as it was before that would be really great.
Can’t delete piplib … there are clear warnings here that doing that means needing to reinstall all plugins. It’s getting onto a couple of years since I’ve messed with some plugins, and tbh a plugin needs to not force a situation where all other plugins must be removed and entirely set up again.
As long as dependency checks and downloads are happening, probably the same issue would happen any time I try a nightly? … jumping between current older 5.3 pre-alpha (where brushSfx works fine) and testing in the latest nightly breaks current older 5.3 and requires backup copied over, so I’m not sure I can do lots of tests unless it was a change such as no dependency check/downloads.
EDIT: just tried running latest nightly, but offline, to see if brushSfx wouldn’t try to do anything different to how it used to work, and if it would work, but unfortunately it still doesn’t. Maybe this points to something in the latest nightly? but still need to say that basically I don’t run plugins that ping online or run downloads when open krita. Not being tech-minded, I’m crossing my fingers it isn’t an internal krita thing, where it’s krita pinging online checking every plugin? Don’t know of any such changes, but am rarely online/on the forum. Didn’t see any other plugins checked though, so am thinking that isn’t happening. Hopefully something in the text below can be helpful? Can’t do further tests, as doing this test has broken current install and needing backup to restore things!
[BrushSfx] Checking for dependencies
Try to load numpy
Failed Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
your python interpreter from there.
Try to load sounddevice
Failed No module named '_cffi_backend'
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fb324e086e0>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/numpy/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fb324e10190>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/numpy/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fb324e10410>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/numpy/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fb324e10690>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/numpy/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fb324e10910>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/numpy/
ERROR: Could not find a version that satisfies the requirement numpy==2.2.6 (from versions: none)
ERROR: No matching distribution found for numpy==2.2.6
krita.scripting: "Traceback (most recent call last):"
krita.scripting: " File \"/home/*********/.local/share/krita/pykrita/BrushSfx/__init__.py\", line 16, in <module>"
krita.scripting: " from .brush_sfx import *"
krita.scripting: " File \"/home/*********/.local/share/krita/pykrita/BrushSfx/brush_sfx.py\", line 11, in <module>"
krita.scripting: " import numpy as np"
krita.scripting: " File \"/home/*********/.local/share/krita/pykrita/piplib/numpy/__init__.py\", line 119, in <module>"
krita.scripting: " raise ImportError(msg) from e"
krita.scripting: "ImportError: Error importing numpy: you should not try to import numpy from"
krita.scripting: " its source directory; please exit the numpy source tree, and relaunch"
krita.scripting: " your python interpreter from there."
krita.scripting: "Could not import BrushSfx"
krita.scripting: Error loading plugin "BrushSfx"