Gateway full OS and python

Hi all, I’m using a raspberry pi3 mounting a chirpstack lora gateway full OS. I’m trying to develop some code in python that the gateway should run, but I’m having issues just importing some basic packages as “json”. It seems that even if python 2.7 is installed, I can not use its libraries. Another important issue is the impossibility to use “pip”… anyone has tried to run some python programs?

Thanks for your time.

The ChirpStack Gateway OS is not a full development platform (to keep the image as small as possible). It is more a firmware than a Linux distribution. That doesn’t mean you can’t run other software on it, but it will need some extra work as you have to modify the images: https://github.com/brocaar/chirpstack-gateway-os