Only the last install error is captured in an issue when running ort evaluate. This makes it hard for Python projects as ort will first try installation with Python3 and then with Python2. It would be nice if all the installation errors would be captured.
Only the last install error is captured in an issue when running
ort evaluate
. This makes it hard for Python projects as ort will first try installation with Python3 and then with Python2. It would be nice if all the installation errors would be captured.