-
Running
|
Beta Was this translation helpful? Give feedback.
Answered by
seajaysec
Jun 14, 2018
Replies: 1 comment
-
This may actually be a problem solely with Brew's python installation. As a workaround, I was able to run from the /Source directory by leveraging mac's system python with these two commands:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Srinivas11789
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This may actually be a problem solely with Brew's python installation. As a workaround, I was able to run from the /Source directory by leveraging mac's system python with these two commands:
sudo /usr/bin/python -m pip install -r ../requirements.txt
/usr/bin/python main.py