Closed Adam2092 closed 4 years ago
What error message are you referring to?
The terminal was cleared... I will report with a screenshot when I re-flash the OS of the next BBBlue board.
Here are the screenshots of error messages:
I installed then the package of cffi: $apt install python-cffi python-cffi-backend -y
Afterwards the pip install process exited with the following error:
The issue is still unclear to me; what are you trying to achieve?
I was trying to re-install the debian OS as well as the necessary packages/dependencies on BB Blue boards using the script install.sh, which would yield the error above at line 116 $ pip install docker-compose
(I should have directly pointed to the file earlier, or even more precisely this line).
This issue didn't exist previously when I did the re-installing for the first cars 3 weeks ago; the script hasn't been modified since then.
This is now fixed with apt
command instead
I tried installing the python-related packages required by the error message; still not working afterwards because of errors in the script used by pip.
FYI: Instead I manually ran
$ apt install docker-compose
with root privilege and it worked.