chalmers-revere / opendlv.os

GNU General Public License v2.0
3 stars 2 forks source link

"$ pip install docker-compose" not working #51

Closed Adam2092 closed 4 years ago

Adam2092 commented 5 years ago

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.

chrberger commented 5 years ago

What error message are you referring to?

Adam2092 commented 5 years ago

The terminal was cleared... I will report with a screenshot when I re-flash the OS of the next BBBlue board.

Adam2092 commented 5 years ago

Here are the screenshots of error messages:

001

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:

002

chrberger commented 5 years ago

The issue is still unclear to me; what are you trying to achieve?

Adam2092 commented 5 years ago

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.

bjornborg commented 4 years ago

This is now fixed with apt command instead