This message was deleted.
# ask-for-help
s
This message was deleted.
a
did you have torch in your requirements.txt?
s
Yes, but becuase requirements.txt file is automatically generated by python-poetry, it just contain the python_full_version tag.
a
can you send the log of
bentoml containerize … --opt progress=plain
?
👍 1
s
I found that from the log that the “python_full_version” tag is the problem.
Copy code
#15 0.882 Ignoring frozenlist: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.883 Ignoring fs: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.883 Ignoring future: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.883 Ignoring google-auth-oauthlib: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.883 Ignoring google-auth: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.883 Ignoring googleapis-common-protos: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.884 Ignoring grpcio: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.884 Ignoring h11: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.884 Ignoring huggingface-hub: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.884 Ignoring idna: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.884 Ignoring jinja2: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.885 Ignoring joblib: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.885 Ignoring kiwisolver: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.885 Ignoring librosa: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.885 Ignoring lit: markers 'platform_system == "Linux" and platform_machine == "x86_64" and python_full_version == "3.10.9"' don't match your environment
#15 0.885 Ignoring llvmlite: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.886 Ignoring markdown-it-py: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.886 Ignoring markdown: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.886 Ignoring markupsafe: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.886 Ignoring matplotlib: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.886 Ignoring mdurl: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.886 Ignoring mido: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.887 Ignoring mir-eval: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.887 Ignoring more-itertools: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.887 Ignoring mpmath: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.887 Ignoring multidict: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.887 Ignoring ncls: markers 'python_full_version == "3.10.9"' don't match your environment
#15 0.888 Ignoring networkx: markers 'python_full_version == "3.10.9"' don't match your environment
Thanks for your help 🙂