Help talk:Toolforge/Helper libraries
Appearance
Rendered with Parsoid
Latest comment: 3 years ago by Vahurzpu in topic How to use this on toolforge (python3.5)?
Librarization
Thank you, this is very helpful. --Nemo 05:45, 27 August 2017 (UTC)
How to use this on toolforge (python3.5)?
It states this module "Requires: Python >=3.4" and we have 3.5 on toolforge, unfortunately it has pymysql as a dependency, which "Requires: Python >=3.6"... so toolforge seems to be unusable on toolforge:-) What gives? --dschwen (talk) 23:36, 8 April 2021 (UTC)
- dschwen: Not sure if it's helpful at this point, but I was able to get this to work by manually running
pip install PyMySQL==0.10.1
to get the last version that supported Python 3.5 before installing this library (in a virtualenv). Vahurzpu (talk) 22:49, 10 May 2021 (UTC)