You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the changes in pip's dependency resolution logic for python 3.11, currently python 3.11 users need to install torchx using the "old" dependency resolver:
🐛 Bug
Due to the changes in pip's dependency resolution logic for python 3.11, currently python 3.11 users need to install torchx using the "old" dependency resolver:
Otherwise simply running
pip install .[dev]
will result in hours of dependency resolution. We need to revise torchx's dependencies andModule (check all that applies):
torchx.spec
torchx.component
torchx.apps
torchx.runtime
torchx.cli
torchx.schedulers
torchx.pipelines
torchx.aws
torchx.examples
other
To Reproduce
Steps to reproduce the behavior:
cd
into the project dirpip install .[dev]
<-- will take a loooooooong time.Expected behavior
pip install .[dev]
should take reasonable amount of time.Environment
conda
,pip
, source,docker
): pipAdditional context
See: #789
The text was updated successfully, but these errors were encountered: