Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 1579

Python • How to Update cpython

$
0
0
I'm trying to install Flask to RPi Bullseye OS on a Pi3 . A lot of packages I try and install or update come back with the same general error that "cpython" is invalid.

Code:

@raspberrypi:~ $ python -m pip install --upgrade pipDefaulting to user installation because normal site-packages is not writeableLooking in indexes: https://pypi.org/simple, https://www.piwheels.org/simpleRequirement already satisfied: pip in ./.local/lib/python3.9/site-packages (25.2)WARNING: Error parsing dependencies of pyzmq: Invalid version: 'cpython'
I'm sure the issue is self inflicted. What is the best way to fix this, uninstall and reinstall python perhaps.

Help appreciated!

Statistics: Posted by OldPCGuy — Mon Sep 01, 2025 3:16 pm



Viewing all articles
Browse latest Browse all 1579

Trending Articles