Hey Russel,
The project last commit is from 2016 and the last version is already throwing errors for quite some time (https://sourceforge.net/p/pam-python/tickets/1/)
So I wanted to know more about the project future, will it be updated and maintained?
Thanks in advance,
Eduardo
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 bothpip install boto3
andpip3 install boto3
. But when I'm using thepam-python3.so
module to execute my python file, I get the errorModuleNotFoundError: No module named 'boto3'
What's the proper way to get third party python libraries working with the provide
so
module?Last edit: Tim Nguyen 2024-05-28