This message was deleted.
# ask-for-help
s
This message was deleted.
👀 1
🍱 1
a
what version of bentoml you are using?
you probably have a broken installation of bentoml
a
@Aaron Pham I am using
bentoml==1.0.6
I just followed the guide. Is this something to do with mac vs linux?
a
how are you installing bentoml?
are you doing it from source?
a
@Aaron Pham no. Via pip
a
can you send the output of
Copy code
tree $(python3 -c 'import sysconfig; print(sysconfig.get_paths()["purelib"])')/bentoml
NM. Found the issue. I was working on the same dir as the bentoml source code. Once I moved a fresh folder, it worked. Thanks!
a
Got it.