I installed the largestinteriorrectangle package to use to find the largest inscribed rectangle in a panoramic image after stitching 2 images together.However, when I try to load it in my code, I get an error:
Here is the image for when I check the downloaded package's details.
Here is the prompt I get when trying to re-install the package.
And here is the error I get when trying to run my code using the largestinteriorrectangle package.
When I uses python-m pip install..., here is what I get.
And when I test it in the console, I get this error.
Does anyone know why this error is popping up? I am using Visual Studio, Python version 3.11 and have had no issues trying to install other packages (e.g. opencv, numpy, matplotlib, imutils).