Describe the bug
Datumaro cannot be installed without rust. I think this is not ideal. A user should be able to install and use datumaro as a standalone python package. If rust provided additional features, this could be handled properly.
Steps to Reproduce
- Use a machine where
rust is not installed
- Install datumaro via
pip install datumaro
- Installation will fail complaining that rust is not installed on the system.
Environment:
- OS: Ubuntu 24.04, MacOS
- Datumaro version: 1.10, 1.9.1
- Python version:
Describe the bug
Datumaro cannot be installed without rust. I think this is not ideal. A user should be able to install and use datumaro as a standalone python package. If rust provided additional features, this could be handled properly.
Steps to Reproduce
rustis not installedpip install datumaroEnvironment: