Python Import Error ModuleNotFoundError : No Module Named PyPDF2 In Ubuntu Linux

preview_player
Показать описание
Python Import Error ModuleNotFoundError : No Module Named PyPDF2 In Ubuntu Linux

To Install PyPDF2 python library, type :

sudo apt update
sudo apt upgrade -y
sudo apt install python3 python3-pip
pip3 install pypdf2

After, pypdf2 is installed in your system. You can import PyPDF2 in your python scripts.
Рекомендации по теме
Комментарии
Автор

in my case every youtube videos are not working. but when i listen that what errors are wanted to say i discover those two command which actually work(on ubuntu)
sudo apt install python3 python3-pip
sudo apt install python3-pypdf2

harzgaming
Автор

This didn't explain getting around the error at all and was just instructions on how to install

bengislason