Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
172 views
in Technique[技术] by (71.8m points)

python 3.x - trying to updage pip on raspi

SO i have had some problems updating/installing Python 3.8, that's now installed and when i type

python -V

tells me i have version 3.8

    pip -V
pip 20.3.4 from /home/pi/.local/lib/python2.7/site-packages/pip (python 2.7)

So when i try to pip install wxpython it tells me DEPRECATION: Python 2.7 reached the end of its life..etc I have tried sudo apt-get update followed by sudo apt-get upgrade

what can i do to fix this?

I am new to this and am trying to install python and pip to run this Battery Management System on my raspi.

https://gitlab.com/bms-tools/bms-tools

but dont really understand it all any help would be great

question from:https://stackoverflow.com/questions/65941889/trying-to-updage-pip-on-raspi

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...