Closed asnyder91 closed 4 years ago
The full error would be handy - installation is probably tested best of all.
-- Lee Bussy
Sent with ProtonMail Secure Email.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Thursday, December 19, 2019 1:17 PM, Austin notifications@github.com wrote:
I'm having an issue with my brewpiremix installation.
On a pi 3 B+ (tested with Stretch and Buster), after running "curl -L install.brewpiremix.com | sudo bash", I get an error at the scipy installation: "Failed with error code 1" (will provide full error as an update, don't have it in front of me).
Attempted: pip upgrade, pip3 upgrade, manual scipy installation. All worked okay on their own. Ran brewpi installation afterwards with the same error code.
Note: I installed brewpiremix okay a couple months ago with no errors at all and it's working great.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Installing 'scipy'. Failed building wheel for scipy Failed cleaning build dir for scipy Command "/usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-install-x4yfeh6l/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-record-kesc9ay6/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-x4yfeh6l/scipy/
See above lines for error message. Setup NOT completed.
See above lines for error message. Setup NOT completed.
Let me try to recreate that.
Reproduced:
Installing 'scipy'.
Failed building wheel for scipy
Failed cleaning build dir for scipy
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-fi25rxz7/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-record-lyatosxv/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-fi25rxz7/scipy/
Possible upstream issue. Researching.
Referenced in https://github.com/pypa/pip/issues/6193
I think I know how to get this fixed, although it's one more thing to be pissed off about with these narcissistic Python developers. I should have something in a few hours.
Fixed, go ahead and test.
You might want to run uninstall first to clean things up:
curl -L uninstall.brewpiremix.com | sudo bash
Choose the first option.
Tested. Works great. Thanks for the help and quick replies! Appreciate what you're doing.
I'm having an issue with my brewpiremix installation.
On a pi 3 B+ (tested with Stretch and Buster), after running "curl -L install.brewpiremix.com | sudo bash", I get an error at the scipy installation: "Failed with error code 1" (will provide full error as an update, don't have it in front of me).
Attempted: pip upgrade, pip3 upgrade, manual scipy installation. All worked okay on their own. Ran brewpi installation afterwards with the same error code.
Note: I installed brewpiremix okay a couple months ago with no errors at all and it's working great.