On Tue, May 30, 2023 at 03:31:36PM -0700, Brian Vaughan wrote: > That rgrep didn't find anything. > > Executing 'spyder' from the command line while in an empty directory still > got the same 'pylsp_black' warning.
Oh, this is so bizarre! Let's try a sledge-hammer approach.... Assuming that you have the strace package installed, could you try this and send the resulting log file (/tmp/spyder-trace.txt.gz); you will need to wait at least until the warning message about pylsp_black appears: strace -f -o /tmp/spyder-trace.txt -s 256 -e openat,read spyder gzip /tmp/spyder-trace.txt Hopefully this will give a clue to where this strange behaviour is coming from! (BTW, this log file will include the first 256 characters of any files you open, so I recommend you do this with a clean spyder profile.) Best wishes, Julian

