It looks like we are having problems (i.e. it take...
# general
s
It looks like we are having problems (i.e. it takes forever) when we use a git dependency like
asynch @ git+<https://github.com/long2ice/asynch.git@dev>
. Is there any known issue about this?
b
I think resolution performance can be much faster with a newer pip: https://www.pantsbuild.org/docs/reference-python
Copy code
[python]
pip_version = “23.0.1”
Does that help?
s
it does, thank you