Mineo added a comment.

  In T253719#6172489 <https://phabricator.wikimedia.org/T253719#6172489>, 
@Dvorapa wrote:
  
  > Okay, so I've tried your repo from https://github.com/mineo/pwbtest . I got 
the same error, but I noticed you use `setup.py develop` which is not a 
recommended practice afaik. So I've tried `pip install -e .` instead and 
everything worked like a charm.
  >
  > Using `setup.py develop` these days is literally like asking for a trouble 
from my point of view, it is also not recommended by Python developers. These 
days PEP 517 and 518 make the use of `setup.py install` and `develop` 
effectively deprecated.
  
  I can't find any documentation about `setup.py develop` being deprecated in 
the setuptools documentation: 
https://setuptools.readthedocs.io/en/latest/setuptools.html#development-mode. 
The `test` command in comparison has a big red deprecation banner.
  
  `pip install -e` and/or using `flit install -s` as possible workarounds work. 
Thanks for the pointers.

TASK DETAIL
  https://phabricator.wikimedia.org/T253719

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Mineo
Cc: Dvorapa, Xqt, Aklapper, pywikibot-bugs-list, Mineo, JohnsonLee01, 
Blissjay007, Dijkstra, Oblanco79, Alter-paule, Beast1978, Un1tY, Zkhalido, 
Hook696, Daryl-TTMG, RomaAmorRoma, E.S.A-Sheild, Kent7301, Meekrab2012, 
joker88john, Viztor, CucyNoiD, NebulousIris, Wenyi, Gaboe420, Versusxo, 
Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, Af420, Darkminds3113, 
Bsandipan, Lordiis, Adik2382, Th3d3v1ls, Ramalepe, Liugev6, Tbscho, MayS, 
WSH1906, Lewizho99, Mdupont, JJMC89, Maathavan, Altostratus, Avicennasis, 
mys_721tx, jayvdb, Masti, Alchimista, Rxy
_______________________________________________
pywikibot-bugs mailing list
pywikibot-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to