Yarn is a package manager for JavaScript like npm. It is commonly used for managing dependencies … Install Yarn Package ManagerRead more
Uvicorn
Uvicorn is a lightning-fast ASGI server used to serve Python ASGI frameworks like FastAPI, Django Channels, … UvicornRead more
How to Convert CentOS 8 to Rocky Linux
You can convert your remote VPS or Dedicated Server running CentOS 8 to Rocky Linux easily … How to Convert CentOS 8 to Rocky LinuxRead more
OSError: mysql_config not found
When installing the python mysqlclient module with pip, I got the error “OSError: mysql_config not found”. … OSError: mysql_config not foundRead more
Upgrade ruby gem
To upgrade a ruby gem run gem update –system VERSION_HERE Example gem update –system 1.3.7
This version of ChromeDriver only supports Chrome version
When running a python application, I get the error message (venv) boby@sok-01:~/work/powder (master)$ python main.py 59 … This version of ChromeDriver only supports Chrome versionRead more
ModuleNotFoundError: No module named ‘PIL’
When running a python application, I got the error message ModuleNotFoundError: No module named ‘PIL’ (venv) boby@sok-01:~/work/powder … ModuleNotFoundError: No module named ‘PIL’Read more
How to install Python 3.10 on CentOS 7
First, install the dependency yum install -y wget zlib-devel yum groupinstall -y “Development tools” Install OpenSSL … How to install Python 3.10 on CentOS 7Read more
error: invalid command ‘bdist_wheel’
When installing a python module on Ubuntu, I got the following error message error: invalid command … error: invalid command ‘bdist_wheel’Read more
ModuleNotFoundError: No module named ‘MySQLdb’
When running migration for a Django application with “python manage.py migrate”, I got the following error … ModuleNotFoundError: No module named ‘MySQLdb’Read more