Hi Guys,
I am trying to install tensorflow in my docker. But it shows me the below error.
Using cached https://files.pythonhosted.org/packages/f1/23/62d3e82fa4c505f3195315c8a774b2e656b556d174329aa98edb829e48bc/grpcio-1.29.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-f3unmpsj/grpcio/setup.py", line 191, in <module>
if check_linker_need_libatomic():
File "/tmp/pip-build-f3unmpsj/grpcio/setup.py", line 152, in check_linker_need_libatomic
stderr=PIPE)
File "/usr/lib64/python3.6/subprocess.py", line 729, in __init__
restore_signals, start_new_session)
File "/usr/lib64/python3.6/subprocess.py", line 1364, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'cc': 'cc'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-f3unmpsj/grpcio/