You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PAM module here uses python3. However, importing third party libraries in the python script does not work.
I tried doing both pip install boto3 and pip3 install boto3. However, when I run my python script with pam_python3.so I'm getting the error ModuleNotFoundError: No module named 'boto3'
What is the proper way to allow proper import of third party libraries?
The text was updated successfully, but these errors were encountered:
The PAM module here uses python3. However, importing third party libraries in the python script does not work.
I tried doing both
pip install boto3
andpip3 install boto3
. However, when I run my python script withpam_python3.so
I'm getting the errorModuleNotFoundError: No module named 'boto3'
What is the proper way to allow proper import of third party libraries?
The text was updated successfully, but these errors were encountered: