Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Instalação do mysqlclient - DJANGO (ubuntu)

(UBUNTU) - Python 3.6.9

Quando eu rodo o pip install mysqlclient é apontado esse erro:

ERROR: Could not find a version that satisfies the requirement mysqlclient==2.0.0 (from versions: 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.3.6, 1.3.7, 1.3.8, 1.3.9, 1.3.10, 1.3.11rc1, 1.3.11, 1.3.12, 1.3.13, 1.3.14, 1.4.0rc1, 1.4.0rc2, 1.4.0rc3, 1.4.0, 1.4.1, 1.4.2, 1.4.2.post1, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 2.0.0, 2.0.1, 2.0.2, 2.0.3)
ERROR: No matching distribution found for mysqlclient==2.0.0
1 resposta
solução!

RESOLVIDO:

sudo apt-get install mariadb-server mariadb-client
sudo service mysql start
sudo apt-get install python3-dev
pip install mysqlclient

Quer mergulhar em tecnologia e aprendizagem?

Receba a newsletter que o nosso CEO escreve pessoalmente, com insights do mercado de trabalho, ciência e desenvolvimento de software