Dependancies are not Installed #5147
a-parida12
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Hi @a-parida12 , Please refer to: https://docs.monai.io/en/latest/installation.html#installing-the-recommended-dependencies. Thanks. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I started with a installation of Monai and wanted to try out the UNETR from
monai.networks.nets
. As sson as I instatiate theUNETR
class I get a error,monai.utils.module.OptionalImportError: from einops.layers.torch import Rearrange (No module named 'einops')
.As
einops
is an dependency for Monai; shouldn't it be installed with the installation of monai?Beta Was this translation helpful? Give feedback.
All reactions