Promptify icon indicating copy to clipboard operation
Promptify copied to clipboard

ModuleNotFoundError: No module named 'promptify'

Open AdelleBernal opened this issue 1 year ago • 1 comments

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?

AdelleBernal avatar Sep 03 '23 23:09 AdelleBernal

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.

Theantipioneer avatar Sep 09 '23 19:09 Theantipioneer