problem with "pip install gcc" in terminal

0

So we are trying in AWS SageMaker console code to detect images and to configure it we need gcc compiler. which we added in cloud console, refreshed the studio but after running in terminal python setup.py install" it says that the gcc isnt installed. How should we proceed?

1 Answer
0
Accepted Answer

gcc doesn't install via pip. You should install this way

https://github.com/aws/amazon-sagemaker-examples/issues/1890

profile pictureAWS
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions