Hi Ugo,

could you please either update the current Pywikibot master which tells the installed setuptools version or use the following code snippet to get it:


  from setuptools Import __version__ as v
  print(v)

What is your installed setuptools then?

Best
xqt
 
Von: Ugo Chima <chimaj98@gmail.com>
Gesendet: 20.08.2021 11:13
An: Pywikibot discussion list <pywikibot@lists.wikimedia.org>
Betreff: [pywikibot] Re: Please help
 
It didn't work, I even unstalled it with pip first before installing it again with pip3 but it still says the same thing.
 
On Thu, Aug 19, 2021 at 3:07 PM Andre Engels <andreengels@gmail.com> wrote:
Possibly you have to run pip3 rather than pip. Pip probably installs it for Python 2 rather than Python 3 which you are probably using.
 
On Sat, 14 Aug 2021, 18:41 Ugo Chima, <chimaj98@gmail.com> wrote:
Whenever I try using the bot it says 
"The 'setuptools>=20.2; python_version >= "3.6"' distribution was not found and i
s required by the application

A package necessary for pywikibot is missing.
Please update required module with:

    pip install "setuptools>=20.2"
"
I ran the pip install "setuptools>=20.2" command and it keeps saying this
 
NB: I have recently run the "pip install -r requirements.txt" too
_______________________________________________
pywikibot mailing list -- pywikibot@lists.wikimedia.org
To unsubscribe send an email to pywikibot-leave@lists.wikimedia.org
_______________________________________________
pywikibot mailing list -- pywikibot@lists.wikimedia.org
To unsubscribe send an email to pywikibot-leave@lists.wikimedia.org