Bonsoir tout le monde ,
Je veux installer la bibliothéque "pymysql"
j'ai fait $ sudo apt-get install python3-pymysql
Mais il m'affiche > E: enable to locate package python3-pymysql.
svp y'a t'il une solution .
Merci !
Bonsoir tout le monde ,
Je veux installer la bibliothéque "pymysql"
j'ai fait $ sudo apt-get install python3-pymysql
Mais il m'affiche > E: enable to locate package python3-pymysql.
svp y'a t'il une solution .
Merci !
Salut,
Te permet de voir les noms de paquets de mysql et python.
Code : Sélectionner tout - Visualiser dans une fenêtre à part apt-cache search python3 mysql
pi@raspberrypi:~ $ sudo apt-cache search python3 mysql
python3-drizzle - Python3 binding to libdrizzle
python3-drizzle-dbg - Python3 binding to libdrizzle - debug symbols
python3-logilab-common - useful miscellaneous modules used by Logilab projects ( Python3)
python3-mysql.connector - pure Python implementation of MySQL Client/Server prot ocol (Python3)
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5 pi@raspberrypi:~ $ sudo apt-cache search python3 mysql python3-drizzle - Python3 binding to libdrizzle python3-drizzle-dbg - Python3 binding to libdrizzle - debug symbols python3-logilab-common - useful miscellaneous modules used by Logilab projects ( Python3) python3-mysql.connector - pure Python implementation of MySQL Client/Server prot ocol (Python3)
Salut,
Utilise synaptic de préférence, il t'offre la recherche par nom.
python3-mysqldb
synaptic ou apt, c'est pareil, là le truc c'est qu'il n'a pas les dépôts adéquats activés, c'est plus une question linux que python., pas sûr mais je pense que cette bibliothèque doit être dans contrib, mais pas sûr du tout vu j'active tout contrib, free non-free
Edit : Je viens de regarder, en fait chez moi c'est dans les backports.
Partager