simple python program import issue (5 stars) whole program here

Job ID: 38372333

Budget: $2 – $8 USD

thank you for being here - here is the whole program

My error is as follows
pip3 install PyPDF2
Requirement already satisfied: PyPDF2 in /opt/homebrew/lib/python3.11/site-packages (3.0.1)
$ python3 remove-pdf-password.py
Traceback (most recent call last):
remove-pdf-password.py", line 3, in <module>
import PyPDF2
ModuleNotFoundError: No module named 'PyPDF2'
---------------------------------------------------------------------------------------------------------
#!/usr/bin/env python3

import PyPDF2

def remove_pdf_password(input_pdf, output_pdf, password):
pdf_reader = PyPDF2.PdfFileReader(input_pdf)
pdf_reader.decrypt(password)
pdf_writer = PyPDF2.PdfFileWriter()

for page_num in range(pdf_reader.numPages):
page = pdf_reader.getPage(page_num)
pdf_writer.addPage(page)

with open(output_pdf, 'wb') as out_file:
pdf_writer.write(out_file)

# Usage
input_pdf = '../policy.pdf'
output_pdf = '../policy-unlocked.pdf'
password = 'nj-07024'

remove_pdf_password(input_pdf, output_pdf, password)


Will give a 5 Star Review when this is done and will write such inspiring words for you, when done.

Please understand; there is hope you can give your “best” price; been unemployed, and have cancer with bills backing up, $10 possible? Please note $10 is the max total that I can handle for this (doing hourly reduces % fee). Will leave a Glowing paragraph of feedback 5 stars : - )

My funds are low but will pay quick and leave 5 stars. Please give your best possible for your bid ? (something reasonable?) Please note there is hope we can mutually complete this task; we can leave each other nice comments and 5 stars for each? Look at feedback on my profile, feedback I left for many others. Here is the project:

SINCERELY WOULD BE NICE TO MEET YOU PLEASE

ANY THOUGHTS ? Please note project is due in two hours as this projects deadline, as this is needed if we can get some done - then we can talk about next steps and 5 stars and another job also. If this is a good one and we are "successful"; would need a couple others setup, but will handle one at a time? Can you do this for something reasonable in a couple hours? thoughts ?
Related categories: Python Mac OS Amazon Web Services RESTful API Terraform