Jump to content

Help talk:Toolforge/Helper libraries

From Wikitech
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Librarization

Thank you, this is very helpful. --Nemo 05:45, 27 August 2017 (UTC)Reply

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)Reply

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)Reply