Closed Anthchirp closed 1 year ago
Another way to trigger/see this issue on Windows is:
>>> from pkg_resources import get_distribution
>>> print(get_distribution("vtk").version)
-PKG-VERSION
or
>>> from importlib import metadata
>>> print(metadata.version("vtk"))
$PKG_VERSION
on Linux a valid version is shown.
Solution to issue cannot be found in the documentation.
Issue
I have added
pip check
in a downstream package build in https://github.com/conda-forge/bonsu-feedstock/pull/41, and the build fails on Windows withindicating that the package version number is not correctly set in the python package metadata.
Adding
pip check
to the package directly (#233) did not show up any issues thoughInstalled packages
Environment info