@oma0256 There’s not enough information here to figure out why this failure is happening. If it is happening to you, give us specifics about what you did, and what happened.
I have been following this article to install open-edx devstack version on my laptop, however when ever I run make dev.provision, I get the same error as above.
@chinmaybhatk thank you I have that setup though I really preferred the devstack version for development. I had it on my machine somehow deleted it but now having trouble putting it back, guess I will settle for bitnami for now. Thank you.
I was having the same issues. I fixed it by setting up a virtual environment, set the virtual environment to use python 2.7, and ran make requirements. Then ran the rest of the setup steps.