We currently use '--find-links=<https://github.com...
# ask-community
p
We currently use '--find-links=https://github.com/dagster-io/build-grpcio/wiki/Wheels' when installing due to peoples using macs. I wanted to swap us over to poetry instead of pip since there have been a few times where a transitive dependency broke things but I don't know how to use find-links with poetry. Has anyone run into this before?
d
There are some instructions here on how to use that with Poetry: https://docs.dagster.io/getting-started/install#installing-dagster-using-poetry
❤️ 1