promptslab / Promptify

Prompt Engineering | Prompt Versioning | Use GPT or other prompt based models to get structured output. Join our discord for Prompt-Engineering, LLMs and other latest research
https://discord.gg/m88xfYMbK6
Apache License 2.0
3.11k stars 232 forks source link

ModuleNotFoundError: No module named 'promptify' #93

Open AtomicNess123 opened 10 months ago

AtomicNess123 commented 10 months ago

Why am I getting this error?

Theantipioneer commented 9 months ago

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.