I can’t locally setup the project for the development #12471
Replies: 4 comments 2 replies
-
Hi @MachoMaheen - can you copy paste what you are seeing in your terminal here? (enclose in ``` backticks to render it nicely). |
Beta Was this translation helpful? Give feedback.
2 replies
-
If the problem is the same I described to rtibbles, try upgrading pip with |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @bmortella! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Seems to have been resolved so closing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
For the Past 3 days, I’m stuck with the installation problem.
When I try to install the python dependencies , it’s not getting installed which i had followed from the dev docs.
I used the below installation command:
required
pip install -r requirements.txt --upgrade
pip install -r requirements/dev.txt --upgrade
pip install -e .
optional
pip install -r requirements/test.txt --upgrade
pip install -r requirements/docs.txt --upgrade
Technical details
Beta Was this translation helpful? Give feedback.
All reactions