I am trying to install EVA (for using EVA 2 probably) but unfortunately, I cannot even pass the dependencies.
Since you are mentioning xformers in the dependencies can you specify the exact version you used since passing for example:
pip install torch==1.12.1+cu116 torchvision==0.13.1+cu116 mmcv-full xformers --extra-index-url https://download.pytorch.org/whl/cu116
I used the above formation in order to get a compatible version of xfromers and mmcv which does not seem to work if just install the latest version.
I think I found a version of xformers which can be installed (they remove old version from the pipy repo and thus it's difficult to install whatever version you want) using:
I am trying to install EVA (for using EVA 2 probably) but unfortunately, I cannot even pass the dependencies.
Since you are mentioning
xformers
in the dependencies can you specify the exact version you used since passing for example:pip install torch==1.12.1+cu116 torchvision==0.13.1+cu116 mmcv-full xformers --extra-index-url https://download.pytorch.org/whl/cu116
gives an error:
I used the above formation in order to get a compatible version of
xfromers
andmmcv
which does not seem to work if just install the latest version.I think I found a version of xformers which can be installed (they remove old version from the pipy repo and thus it's difficult to install whatever version you want) using:
Can you share the exact versions of the packages you used to make it work? The latest error I am getting is this one by the way: