nu_plugin_plot icon indicating copy to clipboard operation
nu_plugin_plot copied to clipboard

I/O error - Windows10 - nu 0.101.0

Open UmeSiyah opened this issue 1 year ago • 1 comments

Hello,

I followed the install instruction but I get this error.

 plugin add ./target/release/nu_plugin_plot.exe
Error: nu::shell::io_error

  × I/O error
  help: The communication channel is about to be closed. (os error 232)

nu version :

╭────────────────────┬──────────────────────────────────────────╮
│ version            │ 0.101.0                                  │
│ major              │ 0                                        │
│ minor              │ 101                                      │
│ patch              │ 0                                        │
│ branch             │                                          │
│ commit_hash        │ fb2610904997f54f50ad52095948bede81695f31 │
│ build_os           │ windows-x86_64                           │
│ build_target       │ x86_64-pc-windows-msvc                   │
│ rust_version       │ rustc 1.81.0 (eeb90cda1 2024-09-04)      │
│ rust_channel       │ 1.81.0-x86_64-pc-windows-msvc            │
│ cargo_version      │ cargo 1.81.0 (2dbb1af80 2024-08-20)      │
│ build_time         │ 2024-12-22 15:52:28 +00:00               │
│ build_rust_channel │ release                                  │
│ allocator          │ mimalloc                                 │
│ features           │ default, sqlite, trash                   │
│ installed_plugins  │                                          │
╰────────────────────┴──────────────────────────────────────────╯

UmeSiyah avatar Jan 12 '25 22:01 UmeSiyah

I believe this is a version difference issue. Just need to update the Cargo.toml and recompile. I'll get to this later!

Euphrasiologist avatar Jan 14 '25 08:01 Euphrasiologist