Error installing paddlehub:
Command errored out with exit status 1: python setup.py egg_info Check the logs for full command ou
Solution:
Update PIP and setuptools
pip install --upgrade pip
pip install --upgrade setuptools
Error installing paddlehub:
Command errored out with exit status 1: python setup.py egg_info Check the logs for full command ou
Solution:
Update PIP and setuptools
pip install --upgrade pip
pip install --upgrade setuptools