Package Details: evcxr_jupyter 0.17.0-1

Git Clone URL: https://aur.archlinux.org/evcxr_jupyter.git (read-only, click to copy)
Package Base: evcxr_jupyter
Description: A Jupyter Kernel for the Rust programming language.
Upstream URL: https://github.com/google/evcxr/tree/main/evcxr_jupyter
Licenses: Apache
Submitter: Sanpi
Maintainer: Sanpi
Last Packager: Sanpi
Votes: 4
Popularity: 0.003141
First Submitted: 2020-04-05 19:23 (UTC)
Last Updated: 2023-12-17 08:40 (UTC)

Required by (0)

Sources (1)

Latest Comments

manon commented on 2023-04-09 17:44 (UTC)

@Avastor_Neretal : (and all others) you just need to add ~/.cargo/bin/ to your path and that should do the trick

Avastor_Neretal commented on 2021-07-20 19:55 (UTC)

Thank you very much dude! For no reasons, when I tried the official manual - https://github.com/google/evcxr/blob/main/evcxr_jupyter/README.md and tried the last command - (evcxr_jupyter --install) I had an error that there's no such command.

Hyllios commented on 2021-06-22 23:43 (UTC)

error: failed to run `rustc` to learn about target-specific information

Caused by:
  process didn't exit successfully: `rustc - --crate-name ___ --print=file-names -C target-cpu=native opt-level=2 --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=cfg` (exit status: 1)
  --- stderr
  error: multiple input filenames provided (first two filenames are `-` and `opt-level=2`)

==> ERROR: A failure occurred in build().
    Aborting...
error making: evcxr_jupyter
➜ rustc -Vv
rustc 1.52.1 (9bc8c42bb 2021-05-09)
binary: rustc
commit-hash: 9bc8c42bb2f19e745a63f3445f1ac248fb015e53
commit-date: 2021-05-09
host: x86_64-unknown-linux-gnu
release: 1.52.1
LLVM version: 12.0.0

rojo commented on 2021-02-27 18:24 (UTC)

This is awesome. Thank you Sanpi.

Sanpi commented on 2020-06-07 18:39 (UTC)

@ynakao Fixed, thank you!

ynakao commented on 2020-06-07 12:49 (UTC)

Does cmake need to be added as makedepends? In chroot environment, build fails while compiling zmq-sys saying "is cmake not installed?" in the error output below in detail. After I added cmake to PKGBUILD manually, installation succeeded.

error: failed to run custom build command for `zmq-sys v0.11.0`

Caused by:
  process didn't exit successfully: `/build/evcxr_jupyter/src/evcxr_jupyter-0.5.1/target/release/build/zmq-sys-d95a9bfe
6d2e85f6/build-script-main` (exit code: 101)
--- stdout
cargo:rerun-if-changed=build/main.rs
cargo:rerun-if-env-changed=PROFILE
running: "cmake" "/build/.cargo/registry/src/github.com-1ecc6299db9ec823/zeromq-src-0.1.8+4.3.2/vendor" "-DCMAKE_INSTAL
L_LIBDIR=lib" "-DCMAKE_C_STANDARD=99" "-DZMQ_BUILD_TESTS=OFF" "-DENABLE_DRAFTS=OFF" "-DCMAKE_BUILD_TYPE=Release" "-DWIT
H_PERF_TOOL=OFF" "-DBUILD_SHARED=OFF" "-DBUILD_STATIC=ON" "-DWITH_LIBSODIUM=OFF" "-DCMAKE_INSTALL_PREFIX=/build/evcxr_j
upyter/src/evcxr_jupyter-0.5.1/target/release/build/zmq-sys-849841589eed11b4/out" "-DCMAKE_C_FLAGS= -ffunction-sections
 -fdata-sections -fPIC -m64 -march=x86-64 -mtune=generic -pipe -fno-plt" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_
FLAGS= -ffunction-sections -fdata-sections -fPIC -m64 -march=x86-64 -mtune=generic -pipe -fno-plt" "-DCMAKE_CXX_COMPILE
R=/usr/bin/c++"

--- stderr
thread 'main' panicked at '
failed to execute command: No such file or directory (os error 2)
is `cmake` not installed?

build script failed, must exit now', /build/.cargo/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.42/src/lib.rs:861
:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /var/lib/aurbuild/x86_64/hetzarch/build