zdavatz / gdt2dicom

Convert a gdt file and an image folder to a dicom file
GNU General Public License v3.0
0 stars 1 forks source link

Cargo Build Error auf Linux #42

Closed zdavatz closed 8 months ago

zdavatz commented 9 months ago
error: failed to select a version for `env_logger`.
    ... required by package `gdt2dicom v0.1.0 (/home/zeno/.software/gdt2dicom)`
versions that meet the requirements `^0.11.0` (locked to 0.11.0) are: 0.11.0

the package `gdt2dicom` depends on `env_logger`, with features: `anstream` but `env_logger` does not have these features.
 It has an optional dependency with that name, but that dependency uses the "dep:" syntax in the features table, so it does not have an implicit feature with that name.
zdavatz commented 8 months ago
  1. Works perfect, after update of Rust to 1.7.5
  2. curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh