I tried to easily install and install to install numpy on an EC2 micro instance. Does not work.
I get:
RuntimeError: Broken toolchain: unable to link a simple C program
I also tried virtualenv, the same story.What am I doing wrong?
You probably haven't installed development packages.
Amazon Linux run:
sudo yum groupinstall "Development Tools"
Ubuntu run:
sudo apt-get install packaging-dev
For easy ssh testing in your instance
sudo yum install gcc sudo pip install numpy
then go make some coffee. Installed after about 3.5 minutes.
Source: https://habr.com/ru/post/1534234/More articles:Spin not reached in proctype "-end-" - processHow to smooth the top level folder of a zip file using ant? - unzipant build - unzip does not support the nested element "cutdirsmapper" - gitCreating openssl generates a deterministic key - opensslChecking interface properties - c #Android Timeout webview if it takes more time to download - javaKendo Editor - Remove Toolbar - jqueryAsynchronous reading of data from a barcode scanner via RS232 serial port - c ++Interesting Abilities 2 - Algorithm / Math (from Hackerrank ACM APC) - cPlay local video on Glass - androidAll Articles