Problems with pip install numpy – RuntimeError: Broken toolchain: cannot link a simple C program
I’m trying to install numpy (and scipy and matplotlib) into a virturalenv.
I’m trying to install numpy (and scipy and matplotlib) into a virturalenv.
First, please bear with me. I have hard time telling others my problem and this is a long thread…
Is it possible to determine if the current script is running inside a virtualenv environment?
What file do I edit, and how? I created a virtual environment.
I have a Heroku project that uses environment variables to get its configuration, but I use virtualenv to test my app locally first.
As part of the compilation step for a new python version, I fetch and run get-pip.py, to have the latest pip installed next to the python executable:
There is a --user option for pip which can install a Python package per user:
When I try to run app.py (Python 3.3, PyCrypto 2.6) my virtualenv keeps returning the error listed above. My import statement is just from Crypto.Cipher import AES. I looked for duplicates and you might say that there are some, but I tried the solutions (although most are not even solutions) and nothing worked.
This question is not a duplicate.
Is there a way to upgrade the version of python used in a virtualenv (e.g. if a bugfix release comes out)?