Skip to content

Error from pip install -e 'packages/markitdown[all]' #2232

Description

@SajibShuvo

OS: Win11

When I ran that command, I got the following error:

ERROR: 'packages/markitdown[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).

Solution: removing the apostrophe from the command worked for me. The working command is:

pip install -e packages/markitdown[all]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions