-
I'm trying to link in Any ideas? For context, the cargo command I'd use alternatively would look something like: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You probably need to add the file as a label to |
Beta Was this translation helpful? Give feedback.
Thank you so much for the help!
To close the loop here (in case someone stumbles across this looking for how to actually get this working w/ PyO3):
To get the equivalent of
PYO3_CONFIG_FILE="$(pwd)/pyo3_build_config.txt" PYO3_NO_PYTHON=1 cargo build --release --bin runtime -p python-embedder
, the following annotations work....Note that we're …