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

pip install -U endplay not working #40

Open ackhh opened 4 months ago

ackhh commented 4 months ago

Hi,

C:\Users\xxxxx>pip list -o Package Version Latest Type

endplay 0.5.0b0 0.5.1 sdist

C:\Users\xxxxx>pip install -U endplay .... C:\Users\xxxxx\AppData\Local\Temp\pip-install-71mcscnp\endplay_8a53af1f56544a3982ba7826708f1222\build\lib.win-amd64-cpython-310 -DCMAKE_BUILD_TYPE=Release -DSETUPTOOLS_BUILD=1 "-A x64" -- Building for: NMake Makefiles CMake Error at CMakeLists.txt:2 (project): Generator

      NMake Makefiles

    does not support platform specification, but platform

      x64

    was specified.

  CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
  CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
  -- Configuring incomplete, errors occurred!
  error: command 'C:\\Users\\xxxxx\\AppData\\Local\\Temp\\pip-build-env-fp2n1jr_\\overlay\\Scripts\\cmake.exe' failed with exit code 1
  [end of output]

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

C:\Users\xxxxx>python -m pip install +git:https://github.com/dominicprice/endplay ERROR: Invalid requirement: '+git:https://github.com/dominicprice/endplay'

dominicprice commented 4 months ago

investigating now, looks like wheels aren't being created at the moment

dominicprice commented 4 months ago

hopefully wheels are now deployed for v0.5.8