jenks icon indicating copy to clipboard operation
jenks copied to clipboard

Supply wheels for Windows

Open taleinat opened this issue 9 years ago • 3 comments
trafficstars

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.

taleinat avatar Mar 02 '16 12:03 taleinat

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

perrygeo avatar Apr 25 '16 23:04 perrygeo

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... ]

SolarDonLG avatar Feb 01 '20 06:02 SolarDonLG

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

EideWang avatar Jan 04 '24 16:01 EideWang