Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python: ModuleNotFoundError: No module named 'samples.service_settings' #9726

Closed
shahramjoon opened this issue Nov 17, 2024 · 2 comments
Closed
Assignees
Labels
python Pull requests for the Python Semantic Kernel

Comments

@shahramjoon
Copy link

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

@markwallace-microsoft markwallace-microsoft added python Pull requests for the Python Semantic Kernel triage labels Nov 17, 2024
@github-actions github-actions bot changed the title ModuleNotFoundError: No module named 'samples.service_settings' Python: ModuleNotFoundError: No module named 'samples.service_settings' Nov 17, 2024
@moonbox3
Copy link
Contributor

moonbox3 commented Dec 2, 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?

@moonbox3
Copy link
Contributor

We haven't heard from you in a while. We will close this issue. If you need further help, please re-open or file a new issue, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests for the Python Semantic Kernel
Projects
Archived in project
Development

No branches or pull requests

3 participants