Closed mwtoews closed 5 months ago
vs https://github.com/conda-forge/vtk-feedstock/blob/c08583a01ed5978be40d721e08c9ca4361e4b219/recipe/build-base.sh#L180-L186 it is clear that this issue will be resolved for Windows by adding "Name" as is done for macOS/Linux which already has "Name".
Solution to issue cannot be found in the documentation.
Issue
While using a conda-forge environment with vtk installed, I also do local development on other packages. For instance
mypackage
withpyproject.toml
:to work with this package:
which creates the output:
and yes, I did cancel the operation to download vtk from pypi, since it is already installed to the test environment from conda.
Looking at the Core metadata specifications docs, the required entries are:
However, the .egg-info file is missing "Name".
One possible resolution is to amend the .egg-info file as:
which has better output from
pip install --dry-run -e .
:Installed packages
Environment info