You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One possible resolution is to amend the .egg-info file as:
Metadata-Version: 2.1
Name: vtk
Version: 9.2.6
Summary: VTK is an open-source toolkit for 3D computer graphics, image processing, and visualization
Platform: UNKNOWN
which has better output from pip install --dry-run -e .:
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
The text was updated successfully, but these errors were encountered: