This message was deleted.
# ask-for-help
s
This message was deleted.
🦾 1
s
How do you intend to share your bento?
If you can install the local module with pip you can include it manually as a requirement in the bentofile.yaml and BentoML build should be able to pick that up, I think.
s
This content can't be displayed.
n
yes I can install it with pip it contains a setpy.py but when I try just listing it in the bentofile.yaml it installs the package from pypi, because there is a package with the same name. How can I make sure it installs my local package and not the one from pypi?
s
You could simply add
-e <path to your project>
to your requirements, does that work for you?
n
But which path do I specify? I am working in a team so absolute path is not possible and with relative paths we have had issues