Am So., 16. Apr. 2023 um 15:38 Uhr schrieb Stuart Henderson <[email protected]>: > So let's also add "newly created directories" to the list of things > where umask messes up pkg_add ;) In this case, it will be > /usr/local/lib/python3.10/encodings/
Probably more. In the end I did
sudo chmod -R go+rX /usr/local/lib/python3.10/
as
sudo chmod -R go+rX /usr/local/lib/python3.10/encodings/
wasn't enough. :-(
Best
Martin

