Hi, I got the code working with python3. Now I'm trying to get boto3 working with the provided pam-python3.so module. I tried both pip install boto3 and pip3 install boto3. But when I'm using the pam-python3.so module to execute my python file, I get the error ModuleNotFoundError: No module named 'boto3' What's the proper way to get third party python libraries working with the provide so module?
Hi, I got the code working with python3. Now I'm trying to get boto3 working with the provided pam-python3.so module. I tried both pip install boto3 and pip3 install boto3. But when I'm using the pam-python3.so module to execute my python file, I get the error ModuleNotFoundError: No module named 'boto3' What's the proper way to get third party python libraries working with the provide so module?