When I'm install a dialogflow a grpcio it crashes when running...
What version of gRPC and what language I'm using?
I'm install a version:
Output error:
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-hpq5jtn0/grpcio/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-48xyxihh-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-hpq5jtn0/grpcio/
I figured out how to solve. Problem is with setuptools. Downgrade it to 49.6.0 and try installing it will work.
pip install setuptools==49.6.0