can someone help me :), i've been trying to debug this " installer returned a non-zero exit code"

This is my source code library:
import streamlit as st
import numpy as np
import io
import pandas as pd
import os
import tensorflow as tf
import cv2
import matplotlib.pyplot as plt
from PIL import Image
from reportlab.pdfgen import canvas
from reportlab.lib.pagesizes import A4
from reportlab.lib.utils import ImageReader
from datetime import datetime
from PIL import Image

This is my requirements.txt:
streamlit==1.33.0

tensorflow>=2.6.0,<=2.6.5

pillow==9.5.0

opencv-python-headless==4.8.0.76

matplotlib==3.7.1

reportlab==4.0.4

pandas==1.5.3