As per you suggested, I ran
apt-get install python3.7-dev and now I am able to run
pip install -r pip-freeze.txt on version 6.2.4(not the stable one). I finally succeeded installing the rapidpro version
6.2.4 on my local machine. Thank you so much.
As the documentation says at
https://rapidpro.github.io/rapidpro/docs/development/, if I intend to deal with
flows, i can download the latest
mailroom version from the Mailroom
releases, and I did it, and it is also running, The thing is, i cant configure my android channel as I only can access rapidpro via localhost/
127.0.0.1 and not through my private network IP address.
Is there any additional configuration needed to access local instance of rapidpro via private network IP address?