Everytime I try to install certain packages with pip3, such as sklearn or scipy I keep getting the error:
Command "/usr/local/bin/python3.5 -c "import setuptools, tokenize;file='/tmp/pip-build-379iloop/scikit-learn/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-2bvcjei9-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-379iloop/scikit-learn
I tried using anaconda3 for the packages, but I can only use pip for 2.7 installations of the packages but not for 3.5. Any guesses?