filmov
tv
jupyter-lab | jupyterlab | jupyter | No module named 'mysql.connector'; 'mysql' is not a package

Показать описание
#ModuleNotFoundError
This issue is caused by common name conflicted with python module. So you can learn from this video.
Process to install jupyterlab and mysql-connector-python
#jupyterlab
Linux: sudo pip install jupyterlab
Windows : python3 -m pip install jupyterlab
#mysql-connector-python
Linux: pip install mysql-connector-python
Windows: python3 -m pip install
Please don't forget to subscribe!!!
Thank you...
This issue is caused by common name conflicted with python module. So you can learn from this video.
Process to install jupyterlab and mysql-connector-python
#jupyterlab
Linux: sudo pip install jupyterlab
Windows : python3 -m pip install jupyterlab
#mysql-connector-python
Linux: pip install mysql-connector-python
Windows: python3 -m pip install
Please don't forget to subscribe!!!
Thank you...