No module named 'flask_restful

Hi guys… Hi guys… I’m happy to find a community in order to help me become a programmer in my young years. I adore python and I’ve begun learning. I have tried to improve my understanding by utilising existing scripts, but have certain difficulties. How can this problem be resolved, please. Any assistance???

"from flask_restful import Resource, Api
ModuleNotFoundError: No module named 'flask_restful’"

Did you install flask-restful? How? What is your environment like (Windows, Mac, Linux)? How did you install Python (from Microsoft, python.org, or maybe Anaconda)?

Thanks sir, i later realized i needed to install the flask-restful. I’m using windows environment.
it’s working for me now