HassanmrwtOriginal post
Rank 2: Process
I want to test Image Processing Libraries of Python but by default it is not supported. Is there any way to enable them.
Summary
The user is having trouble installing Pandas and Numpy for Python machine learning packages in a self-hosted environment. One suggestion given is to update the commands used for installation. It is recommended to add the following commands:
```shell
apk add --no-cache g++ wget && pip install -r requirements.txt
```
The user is asked about the specific error they are encountering and what they are trying to use. They mention that they want to test image processing libraries in Python, but it is not supported by default. They ask if there is a way to enable these libraries. A solution to enable image processing libraries is not provided in