Skip to content

Install fails on Mac M1 due to missing dependency on Proj #317

@dham

Description

@dham

Thetis will fail to install on Mac M1. The reason for this is that there are no wheels available on M1 for pyproj see pyproj4/pyproj#1064 .

Pip can build pyproj from source, but this depends on the user having Proj itself installed. This can be achieved with:

brew install proj 

Consequently, Thetis currently has an undocumented dependency on that Homebrew package on M1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions