You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added the dependency. If I do it again like so, it seems to confirm that:
❯ poetry add graphiti-core@latest
Using version ^0.3.9 for graphiti-core
Updating dependencies
Resolving dependencies... (0.1s)
No dependencies to install or update
I'm also exporting DENO_PYTHON_PATH as per instructions:
In case anybody else is also struggling, I worked around this by giving up on the Pip approach in the docs (in code) and was able to make it work using just python#import.
Also kept everything really simple by uninstalling my Python installation from brew and using the official installer only - maybe that would be problematic for somebody working on other Python projects, but not for me.
I'm new to Python, so I hope my environment is setup correctly - I followed instructions carefully.
I'm using Poetry - here is
pyproject.toml
in my Deno project root:I've added the dependency. If I do it again like so, it seems to confirm that:
I'm also exporting
DENO_PYTHON_PATH
as per instructions:But when I run my Deno entry point, I get this error:
What am I doing wrong?
The text was updated successfully, but these errors were encountered: