kaegi / alass

"Automatic Language-Agnostic Subtitle Synchronization"
GNU General Public License v3.0
1.01k stars 51 forks source link

Installation error #1

Closed wtn closed 5 years ago

wtn commented 5 years ago

When installing version 0.1.6, lazy_static causes an error:

   Compiling num-integer v0.1.39
error: associated constants are experimental (see issue #29646)
  --> ~/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.3.0/src/inline_lazy.rs:20:5
   |
20 |     pub const INIT: Self = Lazy(Cell::new(None), ONCE_INIT);
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

Build failed, waiting for other jobs to finish...
error: failed to compile `aligner v0.1.6`, intermediate artifacts can be found at `/var/folders/7m/6j9pwrbn6bnfds2kxf24x1wc0000gp/T/cargo-install.Q3kKF9sGNEB5`

Caused by:
  Could not compile `lazy_static`.

To learn more, run the command again with --verbose.
wtn commented 5 years ago

It was an issue with my system.