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

Open
shahramjoon opened this issue Nov 17, 2024 · 0 comments
Open
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
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
Status: No status
Development

No branches or pull requests

3 participants