I’m trying to install pandas to use some function in a pyhton code but I encounter some difficuties to install it. I tried to put it in requirements.txt and I also tried directly from DockerFile via pip install pandas but both are not working. I’m wondering if pandas is available on balena. (btw I’m using python 3 stretch image)
Yes, the pandas library in Python is supported by Balena. Balena is a platform that enables the deployment and management of containerized applications on embedded devices, such as single-board computers and IoT devices. Balena supports a wide range of programming languages and libraries, including Python and its popular data analysis library, pandas.
To use the pandas library in a Balena project, you would typically include it as a dependency in your project’s requirements.txt file (for Python 2) or requirements.txt or requirements.txt (for Python 3). When you build and deploy your Balena application, the necessary dependencies, including pandas, will be installed within the container running on the target device.