Skip to content

lz4 fails to import on mac osx #267

Description

@braingram
>> python -c "import lz4"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/Users/bgraham/.pyenv/versions/lz4_macosx/lib/python3.10/site-packages/lz4/__init__.py", line 14, in <module>
    from ._version import (  # noqa: F401
ImportError: dlopen(/Users/bgraham/.pyenv/versions/lz4_macosx/lib/python3.10/site-packages/lz4/_version.cpython-310-darwin.so, 0x0002): symbol not found in flat namespace (_LZ4_versionNumber)
>> pip freeze
lz4==4.3.1
>>  sw_vers
ProductName:	macOS
ProductVersion:	12.6
BuildVersion:	21G115

Darwin Kernel Version 21.6.0
arm64

4.3.0 fails same as 4.3.1.

Installing 4.2.0 works without issue.

This may be related to PR #264

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions