Apr-18-2021, 07:17 PM
I am running Windows 10, using the VSC editor and Python 3.9.4
My goal is to convert an existing csv file to a pdf.
I installed the required module by entering: pip install fpdf. Then I wrote a few lines of code and decided to check and see if the installation worked before I continued. It did not as I received the above mentioned error message.
I then went to my environment variables and added in this path:
C:\Users\Owner\AppData\Local\Programs\Python\Python39\Scripts\\lib\
That did not work, so then I did this:
C:\Users\Owner\AppData\Local\Programs\Python\Python39\Scripts\lib\site-packages\fpdf
Closed down the apps and re-booted my computer.
Re-ran my code and I get the same error.
How can I resolve this issue

My goal is to convert an existing csv file to a pdf.
I installed the required module by entering: pip install fpdf. Then I wrote a few lines of code and decided to check and see if the installation worked before I continued. It did not as I received the above mentioned error message.
I then went to my environment variables and added in this path:
C:\Users\Owner\AppData\Local\Programs\Python\Python39\Scripts\\lib\
That did not work, so then I did this:
C:\Users\Owner\AppData\Local\Programs\Python\Python39\Scripts\lib\site-packages\fpdf
Closed down the apps and re-booted my computer.
Re-ran my code and I get the same error.
How can I resolve this issue
