I need to install numpy (version 1.7) in my home directory.
But I get the error message:
I tried to follow the instructions for installing python packages, but no luck. Installing other packages like sqlalchemy or pymysql worked fine. How do I install numpy 1.7 on my account? asked 24 Jul '14, 07:54 jirik |
Here is the solution that worked for me: Step 1: upgrade pip
Step 2: install numpy with the '--no-use-wheel' flag
answered 24 Jul '14, 16:47 jirik |
Hello,
Can you get it to work with the '--no-use-wheel' flag?
If not please submit a ticket and we'll look into it right away.
thanks, the '--no-use-wheel' flag worked!