dominicprice / endplay

A suite of tools for generation and analysis of bridge deals. Read the documentation at https://endplay.readthedocs.io
MIT License
21 stars 5 forks source link

Installing on iMac with M1 #32

Open ThorvaldAagaard opened 10 months ago

ThorvaldAagaard commented 10 months ago

When running python3 -m pip install . I get this output: CMake Warning at CMakeLists.txt:26 (message): The compiler you are using hasn't been tested for building this library.

  -- Call to CMake was invocated by setuptools
  CMake Error at CMakeLists.txt:78 (file):
    file failed to open for reading (No such file or directory):

      /Users/thorvald/Documents/endplay/libs/dds//include/dll.h

  -- Configuring incomplete, errors occurred!
  error: command '/private/var/folders/_y/l7fy4xxx6kg2zkz9pjgrtv340000gn/T/pip-build-env-1nlov5ru/overlay/bin/cmake' failed with exit code 1

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for endplay Failed to build endplay ERROR: Could not build wheels for endplay, which is required to install pyproject.toml-based projects

Any hints?