Oracle Linux 7 comes with MySQL yum repository pre-installed. By Default MySQL 8 repository is enabled. … How to Install MySQL 5.7 on Oracle Linux 7Read more
Author: TechHubWriter
Installing PyCharm Community Edition on Ubuntu
PyCharm Community Edition is a free python editor from JetBrains. You can download it from https://www.jetbrains.com/pycharm/download/#section=linux … Installing PyCharm Community Edition on UbuntuRead more
Running Python Application with gunicorn and nginx
Create a service file for gunicorn root@django:~# cat /etc/systemd/system/gunicorn2.service [Unit] Description=gunicorn2 daemon Requires=gunicorn2.socket After=network.target [Service] User=ubuntu … Running Python Application with gunicorn and nginxRead more
pip install mysqlclient mysql_config: not found
On Ubuntu 18.04, when i install mysqlclient python module, I get error (venv) boby@sok-01:~/Downloads/django-deploy$ pip install … pip install mysqlclient mysql_config: not foundRead more
ERROR: Failed building wheel for mysqlclient
When install mysqlclient python module, I get error (venv) boby@sok-01:~/Downloads/django-deploy$ pip install mysqlclient==1.4.2.post1 Collecting mysqlclient==1.4.2.post1 Using … ERROR: Failed building wheel for mysqlclientRead more
error: Python.h: No such file or directory
When install dlib python module, i get error ERROR: Failed building wheel for dlib fatal error: … error: Python.h: No such file or directoryRead more
Python mechanize HTTP Error 403 request disallowed by robots.txt
When running following python script i get error “HTTP Error 403 request disallowed by robots.txt” from … Python mechanize HTTP Error 403 request disallowed by robots.txtRead more
How to Install Yarn Package Manager on Ubuntu
Yarn is a javascript package manager like npm. Import the GPG key curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | … How to Install Yarn Package Manager on UbuntuRead more
Flask Python framework
Flask is a Python framework. You can find more info at the official website. https://flask.palletsprojects.com How … Flask Python frameworkRead more
gridsome error:03000086:digital envelope routines::initialization error
When starting a gridsome project on Ubuntu 20.04 with Node.js version v18.10.0, it failed with the … gridsome error:03000086:digital envelope routines::initialization errorRead more