Closed 0312birdzhang closed 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
pip install pycapnp==1.0.0 --install-option="--force-system-libcapnp" > /dev/null 2>&1
--install-options
It works without --install-options also, so I think we can close this issue.
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