Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mermaid doesnt work with latest pip version #5616

Closed
skultetymichal opened this issue Jul 2, 2024 · 1 comment
Closed

mermaid doesnt work with latest pip version #5616

skultetymichal opened this issue Jul 2, 2024 · 1 comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@skultetymichal
Copy link

Description

In my jenkins pipeline, I am updating pip to the latest version and installing mermaid plugin. I am geting and error that mermaid-0.3.2 has invalid metadata and that I should use pip<24.1.

Steps to reproduce

  1. in jenkins pipeline:
    pip install --upgrade pip mermaid

  2. resuting error:
    20:13:55 Requested mermaid from https://files.pythonhosted.org/packages/a7/c4/d259de417b44785e37107399e21c4868244c9baae127346a70119ca5a3a9/-py3-none-any.whl has invalid metadata: Expected matching RIGHT_PARENTHESIS for LEFT_PARENTHESIS, after version specifier
    20:13:55 torch (>=1.7torchvision)
    20:13:55 ~~~~~~^
    20:13:55 Please use pip<24.1 if you need to use this version.
    20:13:55 ERROR: Could not find a version that satisfies the requirement mermaid (from versions: 0.3.2)
    20:13:55 ERROR: No matching distribution found for mermaid

Screenshots

No response

Code Sample

No response

Setup

  • Mermaid version: 0.3.2
  • pip-24.1.1

Suggested Solutions

No response

Additional Context

No response

@skultetymichal skultetymichal added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Jul 2, 2024
@sidharthv96
Copy link
Member

https://pypi.org/project/mermaid/ is not related to us.

Related: uncbiag/mermaid#154

@sidharthv96 sidharthv96 closed this as not planned Won't fix, can't repro, duplicate, stale Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

No branches or pull requests

2 participants