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
I am able to install sqlgot using "pip install sqlglot" in my local machine but when i am trying to create a zip file that can be uploaded in aws lambda as layer using below command i am getting an error
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am able to install sqlgot using "pip install sqlglot" in my local machine but when i am trying to create a zip file that can be uploaded in aws lambda as layer using below command i am getting an error
pip install --platform manylinux2014_x86_64 --implementation cp --only-binary=:all: --upgrade --target . sqlglot -t python/
Error:
ERROR: Could not find a version that satisfies the requirement sqlgot (from versions: none)
ERROR: No matching distribution found for sqlglot
Beta Was this translation helpful? Give feedback.
All reactions