Open main menu

DAVE Developer's Wiki β

Changes

DESK-MX6UL-AN-0004: Using Python for Embedded applications

6 bytes removed, 13:38, 13 October 2021
no edit summary
root@desk-mx6ul-axelulite:~# source desk-env/bin/activate
(desk-env) root@desk-mx6ul-axelulite:~# which pip3
/home/root/sbcrindesk-env/bin/pip3
(desk-env) root@desk-mx6ul-axelulite:~# pip3 list
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
* update ''pip3'' in the the <code>virtual environment</code>
<pre class="board-terminal">
(sbcrindesk-env) root@desk-mx6ul-axelulite:~# python3 -m pip install --upgrade pip
Cache entry deserialization failed, entry ignored
Collecting pip
You should consider upgrading via the 'pip install --upgrade pip' command.
(desk-env) root@desk-mx6ul-axelulite:~# pip3 --version
pip 20.3.4 from /home/root/sbcrindesk-env/lib/python3.5/site-packages/pip (python 3.5)
(desk-env) root@desk-mx6ul-axelulite:~# pip3 list
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.
8,221
edits