Skip to content

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

Closed
@bpavie

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]

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