Open jafetmorales opened 6 years ago
Did you figure out this issue? I am experiencing the same issue.
install_requires
in setup.py to (just remove version specification of lxml package)
install_requires=[
'cliff>=2.8.0,<2.9',
'MechanicalSoup>=0.7.0,<0.9',
'lxml',
'cssselect>=1.0.1,<1.1',
'configparser',
'progressbar2>=3.34.3,<3.35',
'beautifulsoup4>=4.6.0,<4.7'
],
cd kaggle-cli
pip install -e .
This is the output when running
pip install kaggle-cli
This is my setup: