I just tried to pip install pyreadstat, but installation failed because:
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/zlib1.dll'
I know that I could use the --user flag, but I don't think this should be necessary. Why is the package trying to copy zlib1.dll to /usr/local (which doesn't have group write permissions for normal users)? First, this is probably a Windows lib and not needed on macOS. Second, libs should go into /usr/local/lib, which by default has group write permission for regular users.