Replies: 1 comment
-
Oh, I found the discord. Sorry. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here's a beginner question. I'm trying to call python from Rust. But it failed to import a python module, although its content has been reduced to just "import spacy" (spacy is a commonly used python package for natural language processing).
It's fine with importing other packages.
Minimal reproducible example: https://github.com/xiyuzhai/pyo3-question
Beta Was this translation helpful? Give feedback.
All reactions