Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
2644 Visualizações

[code]

jakob@malin:~$ pip install PyQRCode
DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality.
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: PyQRCode in ./.local/lib/python3.5/site-packages (1.2.1)
WARNING: You are using pip version 20.3; however, version 20.3.4 is available.
You should consider upgrading via the '/usr/bin/python3.5 -m pip install --upgrade pip' command.
[/code]

This is my headache! How do I solve it!?

Avatar
Cancelar
Melhor resposta

For Odoo10 you will use pip of python2.7 ,You can use pip with 2.7 with this syntax

python2.7 -m pip install PyQRCode 
if it doesnt work check weather your system contains pip2.7 or not, I hope this can help..


Avatar
Cancelar