Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wheel fails to build on Windows #4

Open
numberoverzero opened this issue Sep 21, 2018 · 5 comments
Open

Wheel fails to build on Windows #4

numberoverzero opened this issue Sep 21, 2018 · 5 comments

Comments

@numberoverzero
Copy link
Owner

Reported by @ashu-1993 here:

Hi , I want to install this package in windows environment but i am getting an error - Failed building wheel for kmeans. Please help me complete installation of this package in python

@numberoverzero
Copy link
Owner Author

@ashu-1993 thanks for the report, sorry this is causing problems. I'm going to need a bit more information to look into this. Can you paste the output of these commands:

python --version
pip --version
pip install kmeans -vvv

What version of Windows are you trying to run this on? Either paste the output of a command like systeminfo or pull it up through the GUI: Settings > System > About (source)

@Padmavathy25
Copy link

Hi,
I m also not able to install kmeans in my machine.

@numberoverzero
Copy link
Owner Author

Hi @Padmavathy25,

Sorry you're encountering the same issue. Can you please provide the diagnostic information above?
I haven't touched the project since 2015 and never tried to build on Windows, so I'm a bit stuck without the error details.

Alternatively, you can copy the lib.c file and create your own python->c binding for the last function in that file, which is all this library really exports.

@Padmavathy25
Copy link

I installed scikit-learn and imported kmeans from it. Do you still need error messages

@numberoverzero
Copy link
Owner Author

Good call 👍 scikit-learn is going to be far more robust than a random C script I wrote half a decade ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants