-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
Hello! I'm trying to use this crate, but I'm having some compile issues. Cloning directory from the repository and trying to build fails to compile
rustc 1.93.0 (254b59607 2026-01-19)
PS Z:\> git clone https://github.com/m-ou-se/inline-python.git
Cloning into 'inline-python'...
remote: Enumerating objects: 1012, done.
remote: Counting objects: 100% (439/439), done.
remote: Compressing objects: 100% (237/237), done.
remote: Total 1012 (delta 241), reused 371 (delta 198), pack-reused 573 (from 1)
Receiving objects: 100% (1012/1012), 150.30 KiB | 864.00 KiB/s, done.
Resolving deltas: 100% (481/481), done.
PS Z:\> cd inline-python
PS Z:\inline-python> cargo build
Compiling target-lexicon v0.13.4
Compiling once_cell v1.21.3
Compiling libc v0.2.180
Compiling autocfg v1.5.0
Compiling pyo3-build-config v0.25.1
Compiling memoffset v0.9.1
Compiling pyo3-ffi v0.25.1
Compiling pyo3 v0.25.1
Compiling inline-python-macros v0.16.1 (Z:\inline-python\macros)
Compiling inline-python v0.14.4 (Z:\inline-python)
error[E0463]: can't find crate for `inline_python_macros`
--> src\lib.rs:141:9
|
141 | pub use inline_python_macros::python;
| ^^^^^^^^^^^^^^^^^^^^ can't find crate
For more information about this error, try `rustc --explain E0463`.
Metadata
Metadata
Assignees
Labels
No labels