Hi, I have a problem to install the follow python3 library with pip3 in raspbian for raspberry pi 3 mod B.
my library are the follow:
deque
collections
argparse
Videostream
I receve the follow messsage:
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
ERROR: Could not find a version that satisfies the requirement collections (from versions: none)
ERROR: No matching distribution found for collections
Can you help me to understand why I receve this messages?
Help me please.