Skip to content

macOS wheel cannot be installed without admin permissions #23

@cbrnr

Description

@cbrnr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions