-
Semantic Kernel v1.0 and greater Python packages require at least Python 3.10 or greater. When I add "semantic-kernel >= 1.0" to requirements.txt, I'm getting the following error. ERROR: Ignored the following versions that require a different python version: 0.9.7b1 Requires-Python <3.13,>=3.10; 0.9.8b1 Requires-Python <3.13,>=3.10; 0.9.9b1 Requires-Python <3.13,>=3.10; 1.0.0 Requires-Python <3.13,>=3.10; 1.0.0rc1 Requires-Python <3.13,>=3.10; 1.0.1 Requires-Python <3.13,>=3.10; 1.0.2 Requires-Python <3.13,>=3.10; 1.0.3 Requires-Python <3.13,>=3.10; 1.0.4 Requires-Python <3.13,>=3.10; 1.0.5 Requires-Python <3.13,>=3.10; 1.1.0 Requires-Python <3.13,>=3.10; 1.1.1 Requires-Python <3.13,>=3.10; 1.1.2 Requires-Python <3.13,>=3.10; 1.2.0 Requires-Python <3.13,>=3.10 It does not seem like the default runtime is using Python 3.10 or greater. When can we expect the default runtime to be updated to run with Python 3.10 or greater? If I want to use Semantic Kernel v1.0 or greater, does this mean I need to create my own custom runtime? Prompt flow Visual Studio Code extension implies that prompt flow works with Python 3.9. Is it ok to run prompt flow with Python version greater than 3.9? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @leeprtc , for Azure AI Studio questions, please follow this guide to provide feedback. We currently only track open-source version of prompt flow here. For your questions, we have a private feature to allow you build a private executor image with your dependency: 1 Follow this to build an image promptflow-python-bundle · PyPI
|
Beta Was this translation helpful? Give feedback.
-
This gives the following error: |
Beta Was this translation helpful? Give feedback.
Hi @leeprtc , for Azure AI Studio questions, please follow this guide to provide feedback. We currently only track open-source version of prompt flow here.
For your questions, we have a private feature to allow you build a private executor image with your dependency:
1 Follow this to build an image promptflow-python-bundle · PyPI
2. Put the built image in flow.dag.yaml: