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
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 <[email protected]>
Gesendet: 20.08.2021 11:13
An: Pywikibot discussion list <[email protected]>
Betreff: [pywikibot] Re: Please help
Gesendet: 20.08.2021 11:13
An: Pywikibot discussion list <[email protected]>
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 <[email protected]> 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, <[email protected]> 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 thisNB: I have recently run the "pip install -r requirements.txt" too
pywikibot mailing list -- [email protected]
To unsubscribe send an email to [email protected]
pywikibot mailing list -- [email protected]
To unsubscribe send an email to [email protected]
_______________________________________________ pywikibot mailing list -- [email protected] To unsubscribe send an email to [email protected]
