oracle / graalpython

A Python 3 implementation built on GraalVM
Other
1.2k stars 103 forks source link

Warning: could not parse package name, version, or format from 'mkdocs-exclude-1.0.2.tar.gz' #316

Closed The-Alchemist closed 1 year ago

The-Alchemist commented 1 year ago

Not sure I understand what's going on here...

How to Reproduce

pip install textual
Collecting textual
  Downloading textual-0.14.0-py3-none-any.whl (331 kB)
     |████████████████████████████████| 331 kB 2.2 MB/s
Looking for GraalPy patches for textual
Collecting importlib-metadata<5.0.0,>=4.11.3
  Downloading importlib_metadata-4.13.0-py3-none-any.whl (23 kB)
Looking for GraalPy patches for importlib_metadata
INFO: Choosing GraalPy tested version 7 for pytest>=6; extra == "testing"
Collecting markdown-it-py[linkify,plugins]<3.0.0,>=2.1.0
  Downloading markdown_it_py-2.2.0-py3-none-any.whl (84 kB)
     |████████████████████████████████| 84 kB 276 kB/s
Looking for GraalPy patches for markdown_it_py
Collecting mkdocs-exclude<2.0.0,>=1.0.2
  Downloading mkdocs-exclude-1.0.2.tar.gz (6.8 kB)
Warning: could not parse package name, version, or format from 'mkdocs-exclude-1.0.2.tar.gz'.
Could not determine if any GraalPy specific patches need to be applied.
msimacek commented 1 year ago

It's just a bening warning. I'll fix it, but you can safely ignore it for now.

The-Alchemist commented 1 year ago

Thanks for the quick reply, @msimacek !