With a conda environment with python 3.9 and itk 5.3.0 installing through pip fails. Specifically, this error gets thrown:
ERROR: Could not find a version that satisfies the requirement itk-ioomezarrngff (from versions: none)ERROR: No matching distribution found for itk-ioomezarrngff
When trying to install from source it gives:
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [8 lines of output]
running egg_info
creating /tmp/pip-pip-egg-info-x5670qbg/itk_ioomezarrngff.egg-info
writing /tmp/pip-pip-egg-info-x5670qbg/itk_ioomezarrngff.egg-info/PKG-INFO
writing dependency_links to /tmp/pip-pip-egg-info-x5670qbg/itk_ioomezarrngff.egg-info/dependency_links.txt
writing requirements to /tmp/pip-pip-egg-info-x5670qbg/itk_ioomezarrngff.egg-info/requires.txt
writing top-level names to /tmp/pip-pip-egg-info-x5670qbg/itk_ioomezarrngff.egg-info/top_level.txt
writing manifest file '/tmp/pip-pip-egg-info-x5670qbg/itk_ioomezarrngff.egg-info/SOURCES.txt'
error: package directory 'itk' does not exist
[end of output]
Hi,
With a conda environment with python 3.9 and itk 5.3.0 installing through pip fails. Specifically, this error gets thrown:
When trying to install from source it gives: