This message was deleted.
# ask-for-help
s
This message was deleted.
t
bentoctl depends on docker 5.0.x which in turn depends on pywin32 227. The latter is no longer available via pip. Any chance of updating bentoctl to use docker 6?
a
I will take a look at this.
t
super, thank you!
a
It seems to me that I can just install bentoctl normally.
can you send
bentoml env -o bash
?
t
Copy code
BENTOML_DEBUG=''
BENTOML_QUIET=''
BENTOML_BUNDLE_LOCAL_BUILD=''
BENTOML_DO_NOT_TRACK=''
BENTOML_CONFIG=''
BENTOML_CONFIG_OPTIONS=''
BENTOML_PORT=''
BENTOML_HOST=''
BENTOML_API_WORKERS=''
bentoml="1.0.19"
python="3.11.3"
platform="Windows-10-10.0.19045-SP0"
is_window_admin="False"
"onda="23.3.1
in_conda_env="True"
" )prefix: C:\Users\tombw\anaconda3\envs\bento-v235b0nt==0.35b0
" "backports.functools-lru-cache @ file:///home/conda/feedstock_root/build_artifacts/backports.functools_lru_cache_16182" "jupyter_server_terminals @ file:///home/conda/feedstock_root/build_artifacts/jupyter_server_terminals_1673491454549/w" )zipp @ file:///home/conda/feedstock_root/build_artifacts/zipp_1677313463193/work7/work1675567828044/workrk704/work
a
Can you just do
pip uninstall bentoctl
and
pip install -U bentoctl
?
Hmm I think this might happen because you are on python 3.11
t
yeah, I was wondering if that might be the problem... I can try it in a new env
a
idk if you can try it in lower python version, maybe like 3.10?
t
I'll try that later tonight and let you know, thanks
a
hmm I was able to install bentoctl on python 3.11 as well. i don’t have a windows box so I’m not entirely sure
t
yeah, I've seen people get it working on mac and I've gotten it on linux, seems to be localized to windows
a
Let me remove the docker dependencies, since we don’t even depend on it no more.
t
oh great, thanks!
k
Is this resolved? There is no new pip release reflecting these changes.
Line 63 of of your pyproject.toml is
requires = ["poetry-core @ git+<https://github.com/python-poetry/poetry-core.git@master>"]
which throws an error since the branch needs to be
@main