milesgranger / gap_statistic

Dynamically get the suggested clusters in the data for unsupervised learning.
The Unlicense
217 stars 46 forks source link

Installation of rust extension should be optional #32

Closed shaypal5 closed 4 years ago

shaypal5 commented 5 years ago

Hey Miles,

Currently installing the package locally for me fails on rust-related stuff:

image

That happens even though I put the effort to install rust and all related dependencies, as much as I can understand.

Commenting out the rust extensions in setup.py fixes this and enables me to install and use the package:

image

Is it possible to make this optional? :) This would simplify life for people - like myself - who have no use for the rust backend.