aws-samples / sample-python-helper-aws-appconfig

A Python helper library for AWS AppConfig
Apache License 2.0
31 stars 9 forks source link

Can't use with jupyter #9

Closed dobeerman closed 1 year ago

dobeerman commented 1 year ago

It doesn't recognize the module in jupyter notebooks.

!pip install sample-helper-aws-appconfig
Requirement already satisfied: sample-helper-aws-appconfig in ./.venv/lib/python3.8/site-packages (2.0.3)
Requirement already satisfied: PyYAML<7.0,>=6.0 in ./.venv/lib/python3.8/site-packages (from sample-helper-aws-appconfig) (6.0)
Requirement already satisfied: boto3<2.0.0,>=1.20.8 in ./.venv/lib/python3.8/site-packages (from sample-helper-aws-appconfig) (1.26.118)
Requirement already satisfied: botocore<2.0.0,>=1.23.8 in ./.venv/lib/python3.8/site-packages (from sample-helper-aws-appconfig) (1.29.118)
Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in ./.venv/lib/python3.8/site-packages (from boto3<2.0.0,>=1.20.8->sample-helper-aws-appconfig) (1.0.1)
Requirement already satisfied: s3transfer<0.7.0,>=0.6.0 in ./.venv/lib/python3.8/site-packages (from boto3<2.0.0,>=1.20.8->sample-helper-aws-appconfig) (0.6.0)
Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in ./.venv/lib/python3.8/site-packages (from botocore<2.0.0,>=1.23.8->sample-helper-aws-appconfig) (2.8.2)
Requirement already satisfied: urllib3<1.27,>=1.25.4 in ./.venv/lib/python3.8/site-packages (from botocore<2.0.0,>=1.23.8->sample-helper-aws-appconfig) (1.26.12)
Requirement already satisfied: six>=1.5 in ./.venv/lib/python3.8/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<2.0.0,>=1.23.8->sample-helper-aws-appconfig) (1.16.0)
from appconfig_helper import AppConfigHelper

:x: ModuleNotFoundError: No module named 'appconfig_helper'

dobeerman commented 1 year ago

That was my incorrect jupyter environment