Skip to content

Install Monai with all dependencies on windows following the documentation #6118

Description

@bpavie

Describe the bug
The installation of Monai with all dependecies does not work following the documentation
https://docs.monai.io/en/stable/installation.html#from-github

To Reproduce

git clone https://github.com/Project-MONAI/MONAI.git
cd MONAI/
pip install -e '.[all]'

Get the following error:
ERROR: '.[all]' is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).

How it should be run on windows
pip install -e .[all]

However, on windows 10, I still get an error:

from pydantic import BaseModel, ValidationError
      ModuleNotFoundError: No module named 'pydantic'
      [end of output]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions