flowdriveai / flowpilot

flow-pilot is an openpilot based driver assistance system that runs on linux, windows and android powered machines.
GNU General Public License v3.0
1.67k stars 240 forks source link

install pip<=22.3 #31

Closed 0312birdzhang closed 1 year ago

0312birdzhang commented 1 year ago

Otherwise pip install pycapnp==1.0.0 --install-option="--force-system-libcapnp" > /dev/null 2>&1 will not working well, as on pip 23, they deprecate --install-options argument

RaghavPrabhakar66 commented 1 year ago

It works without --install-options also, so I think we can close this issue.