Define minimal set of requirements (?) #11
Labels
documentation
Improvements or additions to documentation
help wanted
Extra attention is needed
question
Further information is requested
I realized I can't build the Go code because the Arrow module requires at least Go v1.15, and on my Raspberry Pi 4 I only have v1.14.4 atm. I will try and upgrade this, but it made me think about defining a clear minimal version for all requirements.
First could be the obvious:
if the wanted Arrow module is to be v9.0.0...
Also, I remember that Cargo does not build the Rust code if the rust compiler is not the latest update, IF we want the latest Arrow crate version. But we are using an older Crate version, so no problem atm.
The text was updated successfully, but these errors were encountered: