Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
I tried easy install and pip to install numpy on an EC2 micro instance. Didn't work.
I get:
RuntimeError: Broken toolchain: cannot link a simple C program
I tried virtualenv too, same story. What am I doing wrong?
You probably don't have the development packages installed.
Amazon Linux run:
sudo yum groupinstall "Development Tools"
Ubuntu run:
sudo apt-get install packaging-dev
Add a comment
For simple testing, ssh into your instance
sudo yum install gcc sudo pip install numpy
then go get yourself a coffee. Installed in about 3.5 mins.
Required, but never shown
By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.