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
Not solve same issues
On Sat, Aug 14, 2021, 10:41 PM 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
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
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