You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python: Bug: Installing semantic version in a fresh environment installs an old openai version which doesn't have this import yet from openai.lib._parsing._completions import type_to_response_format_param#10025
Open
john0isaac opened this issue
Dec 22, 2024
· 0 comments
I looked into the openai library and it seems to has this module in a later version of openai not the version that was automatically resolved by pip when i attempted to install the semantic kernel.
github-actionsbot
changed the title
Bug: Installing semantic version in a fresh environment installs an old openai version which doesn't have this import yet from openai.lib._parsing._completions import type_to_response_format_param
Python: Bug: Installing semantic version in a fresh environment installs an old openai version which doesn't have this import yet from openai.lib._parsing._completions import type_to_response_format_paramDec 22, 2024
github-actionsbot
changed the title
Python: Bug: Installing semantic version in a fresh environment installs an old openai version which doesn't have this import yet from openai.lib._parsing._completions import type_to_response_format_param
.Net: Bug: Installing semantic version in a fresh environment installs an old openai version which doesn't have this import yet from openai.lib._parsing._completions import type_to_response_format_paramDec 22, 2024
john0isaac
changed the title
.Net: Bug: Installing semantic version in a fresh environment installs an old openai version which doesn't have this import yet from openai.lib._parsing._completions import type_to_response_format_param
Python: Bug: Installing semantic version in a fresh environment installs an old openai version which doesn't have this import yet from openai.lib._parsing._completions import type_to_response_format_paramDec 22, 2024
Describe the bug
I created a new virtual environment and installed the semantic kernel, when I tried to use this line
It gave me this error:
I looked into the openai library and it seems to has this module in a later version of openai not the version that was automatically resolved by pip when i attempted to install the semantic kernel.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The import to work
Platform
Proposed solution
Use a dependency marker that requires a higher version for openai in the semantic kernel config
The text was updated successfully, but these errors were encountered: