Still no happiness here. Below you will see the results of trying without SUDO but trying both PIP and PIP3. and also the
as python3....Code:
python -m venv --system-site-packages env
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....RDKxxx@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
Code:
pip install mysql-connector-python
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