Open detail9 opened 1 year ago
Additional info about my setup. Below are all packages I have installed.
Python 3.12 is not supported. 3.10 is the latest version supported.
you need six installed, and it looks like the urllib3 version of six is broken on 3.12.
Hi,
I'm attempting to run password.py to get the username/blid and password from iRobot cloud. I'm using Python 3.12.0 on Windows 11 with requests module version 2.31.0. I also installed all other modules using
pip3 install -r requirements.txt
as described here.Below is the Traceback error I get. It seems to have something to do with a module named urllib3.packages.six.moves but after Googling that I have no idea what that actually is. I have urllib3 version 1.25.11 installed, if that matters.
I am new to Python (this is actually my first "project" working in it) so hopefully I just overlooked something simple.