-
Notifications
You must be signed in to change notification settings - Fork 49
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
Get error when run 'make run': No module named 'fxa' #1226
Comments
Ah yeah, we should have the python3 -m venv venv # creates a virtual environment named "venv"
source venv/bin/activate # enters the virtual environment
python3 -m pip install -r requirements.txt # installs the packages Note that you'll need to enter this virtual environment any time you run the project by running |
It works, thank you! |
Reopening this to track work on updating the makefile |
I got the error above when i was running
make run
.The full log here:
And the most important thing here, thank you for your efforts, it's a great project, thank you for all you put into it, I love this project.
The text was updated successfully, but these errors were encountered: