I\'m installing several Python packages in Ubuntu 12.04 using the following requirements.txt file:
requirements.txt
numpy>=1.8.2,<2.0.0 matplotlib>=1.3.
I had installed python3 but my python in /usr/bin/python was still the old 2.7 version
This worked ( was pyserial in my case):
pyserial
python3 -m pip install