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
github-actionsbot
changed the title
ModuleNotFoundError: No module named 'samples.service_settings'
Python: ModuleNotFoundError: No module named 'samples.service_settings'
Nov 17, 2024
Hello @shahramjoon, it looks like you have Semantic Kernel installed via Anaconda/AzureML? Can you please check that your Kernel is pointing to the correct location where Semantic Kernel is installed?
in my azure environment, i have a notebook.
my
pip show semantic-kernel
command returns
Name: semantic-kernel
Version: 1.15.0
Summary: Semantic Kernel Python SDK
Home-page:
Author:
Author-email: Microsoft [email protected]
License:
Location: /anaconda/envs/azureml_py38/lib/python3.10/site-packages
Requires: aiohttp, azure-identity, cloudevents, defusedxml, jinja2, nest-asyncio, numpy, openai, openapi_core, opentelemetry-api, opentelemetry-sdk, prance, pybars4, pydantic, pydantic-settings
Required-by:
i am getting the error
from samples.service_settings import ServiceSettings
Cell In[15], line 3
1 from services import Service
----> 3 from samples.service_settings import ServiceSettings
ModuleNotFoundError: No module named 'samples.service_settings'
from running Users
semantic-kernel/python/samples/getting_started/00-getting-started.ipynb
The text was updated successfully, but these errors were encountered: