Issue with Installing mock_dynamodb in Python 3.11.8 with AWS Moto 4.2.14

I’ve implemented a unittest case in Python version 3.11.8, utilizing mock_dynamodb in AWS Moto (version 4.2.14). However, I’m encountering an issue while attempting to install mock_dynamodb via the terminal in Visual Studio Code. The error message I’m receiving is as follows:
Error: Could not find a version that satisfied the requirement mock_dynamodb.
Error: No matching distribution found for mock_dynamodb.

Request for Assistance:

Could anyone please provide guidance or assistance in resolving this issue? Any insights or solutions would be greatly appreciated.