Closed alexdivet closed 2 years ago
I installed bentoml with pip install bentoml==1.0.0a1
, I guess the configuration should consider it as a clean install
can you try pip install bentoml --pre
instead?
just tried pip install bentoml --pre
but it collects the same version:
Installing collected packages: bentoml
Successfully installed bentoml-1.0.0a1
and I've got the exact same error from bentoml list
I can't seem to replicate this issue, everything works on my end. Can you do this and post the content of the following?
cd /Users/e056232/opt/miniconda3/lib/python3.8/site-packages/bentoml/ && cat _version.py
# coding: utf-8
# file generated by setuptools_scm
# don't change, don't track in version control
version = '1.0.0a1'
version_tuple = (1, 0, 0)
Thank you. I will address this
@alexdivet I wonder which version of conda
you are using? Because I cannot seem to replicate this issue on my local machine. I have tested this on pyenv and poetry and everything seems to work as expected.
This should be fixed with a upcoming releases.
@alexdivet I wonder which version of conda you are using? Because I cannot seem to replicate this issue on my local machine. I have tested this on pyenv and poetry and everything seems to work as expected.
I'm using conda 4.10.3 / python 3.8.5
Thanks for having fixed it šš»
confirming it's been fixed in 1.0.0a2
thanks for your support āš»
Describe the bug BentoML 1.0 fails to list my services using
bentoml list
To Reproduce
bentoml list
Expected behavior Get a list of all my services
Screenshots/Logs
Environment: