I am trying to install pyqt5 on my computer using the following command
sudo apt-get install python3-pyqt5
But I am getting the following error below -
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/developer.download.nvidia.com_compute_machine-learning_repos_ubuntu1404_x86%5f64_en
E: The package lists or status file could not be parsed or opened.
I have tried sudo apt-get upgrade
but the same error as above is coming up.
My OS is 64-bit Ubuntu 14.04lts.
How do I solve this problem, I am unable to understand why this error is coming up?