Closed shaypal5 closed 4 years ago
Hey Miles,
Currently installing the package locally for me fails on rust-related stuff:
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:
setup.py
Is it possible to make this optional? :) This would simplify life for people - like myself - who have no use for the rust backend.
Hey Miles,
Currently installing the package locally for me fails on rust-related stuff:
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:Is it possible to make this optional? :) This would simplify life for people - like myself - who have no use for the rust backend.