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
my virtualenv is using python3.7 and my zappa config also declares 3.7, but everytime i run zappa deploy its using python 3.8 instead of 3.7? really annoying any ideas?
FileNotFoundError: [Errno 2] No such file or directory: '/Users/ubuntu/myproject/venv/lib/python3.8/site-packages'
The text was updated successfully, but these errors were encountered:
@valeriozhang and @abdul-basit-bboxx, Please close this issue and open a new one in the new official repo of Zappa link here.
Also, while creating the issue on the new repo, please add the required details so that we can help you better.
my virtualenv is using python3.7 and my zappa config also declares 3.7, but everytime i run
zappa deploy
its using python 3.8 instead of 3.7? really annoying any ideas?FileNotFoundError: [Errno 2] No such file or directory: '/Users/ubuntu/myproject/venv/lib/python3.8/site-packages'
The text was updated successfully, but these errors were encountered: