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

update peakrdl to newer version #9

Closed
jeras opened this issue Nov 8, 2023 · 0 comments
Closed

update peakrdl to newer version #9

jeras opened this issue Nov 8, 2023 · 0 comments
Assignees

Comments

@jeras
Copy link

jeras commented Nov 8, 2023

Rigth now PeakRDL-Markdown is installing an older version of peakrdl, (0.9.0) which causes issues with other PeakRDL plugins:

$ python3 -m pip install --upgrade peakrdl-markdown
Defaulting to user installation because normal site-packages is not writeable
Collecting peakrdl-markdown
  Using cached peakrdl_markdown-0.1.6-py3-none-any.whl.metadata (2.5 kB)
Collecting peakrdl<0.10.0,>=0.9.0 (from peakrdl-markdown)
  Using cached peakrdl-0.9.0-py3-none-any.whl
Requirement already satisfied: py-markdown-table<0.4.0,>=0.3.3 in /home/ijeras/.local/lib/python3.10/site-packages (from peakrdl-markdown) (0.3.3)
Requirement already satisfied: systemrdl-compiler<2.0.0,>=1.25.0 in /home/ijeras/.local/lib/python3.10/site-packages (from peakrdl-markdown) (1.27.1)
Requirement already satisfied: peakrdl-html<3,>=2.10.1 in /home/ijeras/.local/lib/python3.10/site-packages (from peakrdl<0.10.0,>=0.9.0->peakrdl-markdown) (2.10.1)
Requirement already satisfied: peakrdl-ipxact<4,>=3.4.1 in /home/ijeras/.local/lib/python3.10/site-packages (from peakrdl<0.10.0,>=0.9.0->peakrdl-markdown) (3.4.3)
Requirement already satisfied: peakrdl-regblock>=0.18.0 in /home/ijeras/.local/lib/python3.10/site-packages (from peakrdl<0.10.0,>=0.9.0->peakrdl-markdown) (0.19.0)
Requirement already satisfied: peakrdl-systemrdl>=0.3.0 in /home/ijeras/.local/lib/python3.10/site-packages (from peakrdl<0.10.0,>=0.9.0->peakrdl-markdown) (0.3.0)
Requirement already satisfied: peakrdl-uvm<3,>=2.3.0 in /home/ijeras/.local/lib/python3.10/site-packages (from peakrdl<0.10.0,>=0.9.0->peakrdl-markdown) (2.3.0)
Requirement already satisfied: tomli in /home/ijeras/.local/lib/python3.10/site-packages (from peakrdl<0.10.0,>=0.9.0->peakrdl-markdown) (2.0.1)
Requirement already satisfied: antlr4-python3-runtime<4.14,>=4.11 in /home/ijeras/.local/lib/python3.10/site-packages (from systemrdl-compiler<2.0.0,>=1.25.0->peakrdl-markdown) (4.11.1)
Requirement already satisfied: colorama in /usr/lib/python3/dist-packages (from systemrdl-compiler<2.0.0,>=1.25.0->peakrdl-markdown) (0.4.4)
Requirement already satisfied: markdown in /home/ijeras/.local/lib/python3.10/site-packages (from systemrdl-compiler<2.0.0,>=1.25.0->peakrdl-markdown) (3.4.4)
Requirement already satisfied: Jinja2>=2.9 in /home/ijeras/.local/lib/python3.10/site-packages (from peakrdl-html<3,>=2.10.1->peakrdl<0.10.0,>=0.9.0->peakrdl-markdown) (3.1.2)
Requirement already satisfied: git-me-the-url>=2.0.3 in /home/ijeras/.local/lib/python3.10/site-packages (from peakrdl-html<3,>=2.10.1->peakrdl<0.10.0,>=0.9.0->peakrdl-markdown) (2.1.0)
Requirement already satisfied: python-markdown-math in /home/ijeras/.local/lib/python3.10/site-packages (from peakrdl-html<3,>=2.10.1->peakrdl<0.10.0,>=0.9.0->peakrdl-markdown) (0.8)
Requirement already satisfied: gitpython in /home/ijeras/.local/lib/python3.10/site-packages (from git-me-the-url>=2.0.3->peakrdl-html<3,>=2.10.1->peakrdl<0.10.0,>=0.9.0->peakrdl-markdown) (3.1.36)
Requirement already satisfied: MarkupSafe>=2.0 in /home/ijeras/.local/lib/python3.10/site-packages (from Jinja2>=2.9->peakrdl-html<3,>=2.10.1->peakrdl<0.10.0,>=0.9.0->peakrdl-markdown) (2.1.3)
Requirement already satisfied: gitdb<5,>=4.0.1 in /home/ijeras/.local/lib/python3.10/site-packages (from gitpython->git-me-the-url>=2.0.3->peakrdl-html<3,>=2.10.1->peakrdl<0.10.0,>=0.9.0->peakrdl-markdown) (4.0.10)
Requirement already satisfied: smmap<6,>=3.0.1 in /home/ijeras/.local/lib/python3.10/site-packages (from gitdb<5,>=4.0.1->gitpython->git-me-the-url>=2.0.3->peakrdl-html<3,>=2.10.1->peakrdl<0.10.0,>=0.9.0->peakrdl-markdown) (5.0.0)
Using cached peakrdl_markdown-0.1.6-py3-none-any.whl (18 kB)
Installing collected packages: peakrdl, peakrdl-markdown
  Attempting uninstall: peakrdl
    Found existing installation: peakrdl 1.1.0
    Uninstalling peakrdl-1.1.0:
      Successfully uninstalled peakrdl-1.1.0
Successfully installed peakrdl-0.9.0 peakrdl-markdown-0.1.6
@MarekPikula MarekPikula self-assigned this Nov 10, 2023
MarekPikula added a commit that referenced this issue Nov 10, 2023
Fixes #7 and #9

Signed-off-by: Marek Pikuła <marek@serenitycode.dev>
MarekPikula added a commit that referenced this issue Nov 10, 2023
Fixes #7 and #9

Signed-off-by: Marek Pikuła <marek@serenitycode.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants