I'm trying to build and run a dockerless verions on this machine:
Linux p1ohost-kernel 4.11.8-1-zen #1 ZEN SMP PREEMPT Thu Jun 29 21:25:23 UTC 2017 x86_64 GNU/Linux
After trying to install the requirements, I am met with the following error:
`
Rolling back uninstall of scipy
Command "/usr/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-build-0v77ry41/scipy/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-cwdtfgff-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-0v77ry41/scipy/
`
I am kinda stumped as it turns out that there's an error with scipy reinstall, as mentioned below:
I do know that dfftpack has issues with scipy. I didnt' have to reinstall pip as I'm on the latest version (as all my packages since I'm on Archlinux).
I must've fucked something up or I'm missing something. Any support will be appreciated, as I'm continuing to work this issue.
Hello, Community! :)
I'm trying to build and run a dockerless verions on this machine:
Linux p1ohost-kernel 4.11.8-1-zen #1 ZEN SMP PREEMPT Thu Jun 29 21:25:23 UTC 2017 x86_64 GNU/Linux
After trying to install the requirements, I am met with the following error: `
Rolling back uninstall of scipy Command "/usr/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-build-0v77ry41/scipy/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-cwdtfgff-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-0v77ry41/scipy/ ` I am kinda stumped as it turns out that there's an error with scipy reinstall, as mentioned below:
I do know that dfftpack has issues with scipy. I didnt' have to reinstall pip as I'm on the latest version (as all my packages since I'm on Archlinux).
I must've fucked something up or I'm missing something. Any support will be appreciated, as I'm continuing to work this issue.
With warmest regards, Pete