itkwidgets icon indicating copy to clipboard operation
itkwidgets copied to clipboard

Cannot use pip to install latest version of itkwidgets

Open mikami520 opened this issue 3 years ago • 2 comments

When I try to use "pip install itkwidgets" on terminal, it works with version 0.19.0. However, the latest version is 0.32.1. Then I tried another way 'pip install itkwidgets==0.32.1", it gives me error that "ERROR: Could not find a version that satisfies the requirement itk-meshtopolydata>=0.7.1 (from itkwidgets) (from versions: none) ERROR: No matching distribution found for itk-meshtopolydata>=0.7.1"

But when I checked and installed the itk-meshtopolydata, I cannot installed successfully and pip said the version is None. Could anyone help me with this issue?

mikami520 avatar Mar 22 '22 18:03 mikami520

what version of python?

marcmorcos avatar Apr 20 '22 17:04 marcmorcos

Fairly sure it is python 3.10. I have opened https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData/issues/45

francesco-ballarin avatar May 14 '22 10:05 francesco-ballarin

Python 3.10, 3.11 supported added in 0.33.4

thewtex avatar Nov 29 '22 20:11 thewtex