From f3299e0f09e3fa5f24c313cf6073128c3f8d9d1b Mon Sep 17 00:00:00 2001 From: KuetTai Date: Wed, 14 Aug 2024 16:17:59 +0800 Subject: [PATCH] Update DEVELOPER.md --- DEVELOPER.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/DEVELOPER.md b/DEVELOPER.md index 905469c..3adc542 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -23,6 +23,13 @@ aws configure --profile ss ## When executing SS locally screener --regions ap-southeast-1 --profile ss + +## TROUBLESHOOTING +# 1/ For some odd cases, where modules install but venv shows 'module not found', has to force refresh python module by +# executing help("modules") command +% python +>>> help("modules") +>>> import boto3 ``` ## Pre-requisite