-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zappa init error: "Zappa requires an active virtual environment" #1030
Comments
Found a hacky, temporary workaround:
(I have a feeling the first step is redundant, but I haven't tried doing step 3 without step 1 yet.) |
This seems more like a virtual environment problem, rather than zappa error. |
Thanks @zaraken. That was the problem. So I was doing When I do Closing the issue. |
I have faced the same issue when I used Conda environment. Then I switched to virtualenv and it worked like a charm! |
Hi, I try running zappa init inside a virtualenv p36 (created doing
virtualenv --python=python3.6 p36
) but I get the following error:click.exceptions.ClickException: Zappa requires an active virtual environment!
Any ideas why? I just want to make flask-ask work in a Lambda Function :)
Full traceback down below:
The text was updated successfully, but these errors were encountered: