pypubmed
pypubmed copied to clipboard
TypeError: __init__() got an unexpected keyword argument 'no_args_is_help'
I am getting this error after the installation:
TypeError: init() got an unexpected keyword argument 'no_args_is_help'
Steps to reproduce: python -V Python 3.6.9
pip3 -V pip 21.1.2 from /home/***/.local/lib/python3.6/site-packages/pip (python 3.6)
pip3 install pypubmed ... Successfully installed et-xmlfile-1.1.0 googletrans-4.0.0rc1 impact-factor-1.0.8 openpyxl-3.0.7 prettytable-2.1.0 pypubmed-1.0.15 simple-googletrans-1.0.2 simple-loggers-1.0.4 w3lib-1.22.0 webrequests-1.0.4
pypubmed
Traceback (most recent call last):
File "/home/genx/.local/bin/pypubmed", line 5, in
update your click package: pip3 install -U click
thank you! it works now!