mermaid doesnt work with latest pip version #5616
Labels
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
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
in jenkins pipeline:
pip install --upgrade pip mermaid
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
Suggested Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: