How to Fix pip Package not found Error in Python in VSCode IDE
2 views
Jul 6, 2025
Get the full source code of application here:
View Video Transcript
0:00
Uh hello guys, welcome to this video. So
0:02
in this video, I'll show you how to fix
0:04
this error message uh which happens like
0:06
this package not found especially inside
0:10
pip whenever you are using pip right
0:12
here in order to install any third party
0:14
python package. If you get this message
0:17
package not found
0:20
that simply means that the package is
0:22
not found inside your system you need to
0:24
install it this package.
0:26
So for installing it in this case as you
0:29
can see it is telling me that package
0:31
not found py pdf2. So this means that I
0:34
need to install this package. So you can
0:37
easily fix this message which occurs
0:39
directly whenever you are coding inside
0:41
VS code. So in my case I have basically
0:44
developed a simple application.
0:49
So now we just need to install this
0:51
package pip install py pdf2. So now this
0:54
will install this package from the
0:56
repository. And if you again now execute
1:00
this command pip show py pdf2 that error
1:03
message will go away and instead it will
1:06
show you the uh version number of this
1:08
package. So in this easy way you can fix
1:11
this uh error which happens package not
1:14
found inside your pip inside python and
1:16
vs code. You can you just need to
1:19
install that package. So simply execute
1:22
whatever package that you are working
1:24
with. Simply install that package and no
1:26
longer that error message will not come.
1:28
So in this easy way you can fix that
1:30
error message. Also check out my website
1:33
freemediatools.com
1:34
uh which contains thousands of tools.