jenks
jenks copied to clipboard
Supply wheels for Windows
Supply wheels for Windows to make installation easier, since getting Cython and a C compiler set up on Windows is prohibitively difficult for most users.
There are project templates which can do the majority of the work of using AppVeyor for this, e.g. https://github.com/ionelmc/cookiecutter-pylibrary.
I don't have any need for this or any way to test it but if someone wants to take this on, I'm happy to consider a PR
I tried installing this on Windows 10 by running pip install -e "git+https://github.com/perrygeo/jenks.git#egg=jenks" and it gave the error
Command "C:\ProgramData\Anaconda3\python.exe -c "import setuptools, tokenize;file='C:\Geodesic\jenks-master\src\jenks\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" develop --no-deps" failed with error code 1 in C:\Geodesic\jenks-master\src\jenks\
Even though version 15 is installed: cl Microsoft (R) C/C++ Optimizing Compiler Version 15.00.30729.01 for x64 Copyright (C) Microsoft Corporation. All rights reserved.
usage: cl [ option... ] filename... [ /link linkoption... ]
Same question, failed to install:
"Building wheel for jenks (pyproject.toml) did not run successfully."
on Windows 11.
I have no idea how to fix it. OTZ