Hi, I'm running lakeFS using everything bagel. lak...
# help
v
Hi, I'm running lakeFS using everything bagel. lakeFS and jupyter notebook are up and running. But when I
import lakefs_client
I run into this error
ModuleNotFoundError: No module named 'lakefs_client'
. What am I missing?
o
Hey @Vino let me check that for you
Can you please share where are you trying to run the
import lakefs_client
from?
v
I'm running it from jupyter notebook
o
have you installed the python client package? see here looking at the docker-compose file (everything bagel), it doesn't install the lakefs_client python client
👍 1
let me know if that solves your error or if there's anything else I can assist with
v
That solved it
🔥 1
o
happy to hear that