Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4788

Python • Re: Installing MARIADB on Bookworm with Python

$
0
0
Still no happiness here :-(. Below you will see the results of trying without SUDO but trying both PIP and PIP3. and also the

Code:

python -m venv --system-site-packages env
as python3....
xxx@S1234:~$ sudo rm -r My_PythonApps
xxx@S1234:~$ mkdir My_PythonApps
xxx@S1234:~$ cd My_PythonApps
xxx@S1234:~/My_PythonApps$ python -m venv --system-site-packages env
xxx@S1234:~/My_PythonApps$ source env/bin/activate
(env) xxx@S1234:~/My_PythonApps$ pip install python-mysql.connector
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
ERROR: Could not find a version that satisfies the requirement python-mysql.connector (from versions: none)
ERROR: No matching distribution found for python-mysql.connector
(env) xxx@S1234:~/My_PythonApps$ pip3 install python-mysql.connector
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
ERROR: Could not find a version that satisfies the requirement python-mysql.connector (from versions: none)
ERROR: No matching distribution found for python-mysql.connector
Any more ideas? In fact this initial setup will not be using any Python pgms for MySQL interfacing. Mostly web and PHP. But still this will remain an unanswered issue....RDK

Code:

pip install mysql-connector-python
And example code https://dev.mysql.com/doc/connector-pyt ... cting.html

If you're not going to use python to connect to mysql, why are you trying to install the python packages?

Statistics: Posted by memjr — Tue Aug 06, 2024 6:06 pm



Viewing all articles
Browse latest Browse all 4788

Trending Articles