Promptify
Promptify copied to clipboard
ModuleNotFoundError: No module named 'promptify'
I create a new enviroment with python3.
I pip install promptify.
I import it.
ModuleNotFoundError: No module named 'promptify'
Why am I getting this error?
what environment are you working in ? locally it should work - but i had this issue when running promptify in aws lambda. Since aws builds packages in linux - your local builds from windows or mac wont work in linux environment. For that you either need build promptify using a linux container image or build your packages in cloud9 and add them as layer to you lambda function.