I can't locally setup the project for the development

If you have a specific technical inquiry, construct your post with the following:

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

  • Operating system : Linux (PopOS)

Hi @MachoMaheen,

Welcome to the Learning Equality forums! Thank you for your interest in developing Kolibri. For further development support, I suggest posting to our Github discussions instead.

Regarding your issue, what is the output of the pip install commands? Is there anything that would indicate a possible failure? Have you activated the virtual python environment prior to running these commands?

Regards,
Blaine

Hey @blaine , I had activated the virtudal environment before installing the dependencies. but it’s taking so much and never getting installed