Cyberithub

Solved: ModuleNotFoundError No module named “numpy” in Python3{Simple and Effective Methods}

It is not very uncommon for Python Programmers or Researchers to get the error “ModuleNotFoundError No module named ‘numpy'” while trying to run their python program. It usually happens when you forgot to install the numpy module or you are not aware of the steps to install this module. Well in both cases you need … Read more

Python3: ModuleNotFoundError: No module named “prettytable” in Linux

Python Developers or programmers often get the error “ModuleNotFoundError: No module named ‘prettytable” while trying to run their python program. Are you also getting the same”ModuleNotFoundError: No module named ‘prettytable'” error ? Are you looking for a command to install Python prettytable module on Linux Servers ? If yes, then I am going to explain … Read more

How to Install and Enable EPEL Repository on RHEL/CentOS 7/8{Simple and Easy Steps}

In this article, I will take you through the steps to Install and Enable EPEL Repository on RHEL/CentOS 7/8. EPEL is a very commonly used repository for package installation on RHEL/CentOS Based Servers. Although EPEL Repository is created and managed by Fedora Community but it is very frequently used on other Linux Servers as well. … Read more