[Rtk-users] ITK-RTK python install issues
Bleeker, M. (Margot)
m.bleeker at amsterdamumc.nl
Tue Nov 24 09:32:49 EST 2020
Hello,
I am new to ITK and RTK and I'm trying to use the itk-rtk python package. I set up a new environment with python 3.7 (with Conda) on Windows 10 and ran:
Pip install itk-rtk
I could import both packages, but I got the following error when I ran the example FirstReconstruction.py:
''
Traceback (most recent call last):
File "D:\Program files\RTK-master\examples\FirstReconstruction\FirstReconstruction.py", line 14, in <module>
geometry = rtk.ThreeDCircularProjectionGeometry.New()
File "D:\Python\envs\CBreconstruct\lib\site-packages\itkLazy.py", line 52, in __getattribute__
itkBase.LoadModule(module, namespace)
File "D:\Python\envs\CBreconstruct\lib\site-packages\itkBase.py", line 99, in LoadModule
module = loader.load(swig_module_name)
File "D:\Python\envs\CBreconstruct\lib\site-packages\itkBase.py", line 220, in load
module.__loader__.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 728, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "D:\Python\envs\CBreconstruct\lib\site-packages\itk\RTKPython.py", line 119, in <module>
from itkFixedArrayRTKPython import *
File "D:\Python\envs\CBreconstruct\lib\site-packages\itk\Configuration\..\itkFixedArrayRTKPython.py", line 106, in <module>
import pyBasePython
File "D:\Python\envs\CBreconstruct\lib\site-packages\itk\Configuration\..\pyBasePython.py", line 8, in <module>
from . import _ITKPyBasePython
ImportError: attempted relative import with no known parent package
''
Does anyone know how to solve this issue?
Thanks
Sincerely,
Margot Bleeker
[cid:image001.png at 01D40E30.9B2FFEE0]
Margot Bleeker, MSc.| PhD student (OiO)
Afdeling Radiotherapie
Locatie AMC | Z1-217 | Meibergdreef 9, 1105 AZ Amsterdam
T: +31 20 566 7974| E: m.bleeker at amsterdamumc.nl
www.amsterdamumc.nl<http://www.amsterdamumc.nl/> | www.vumc.nl<http://www.vumc.nl/> / www.amc.nl<http://www.amc.nl/>
______________________________________________________
VUmc disclaimer : www.vumc.nl/disclaimer
AMC disclaimer : www.amc.nl/disclaimer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/rtk-users/attachments/20201124/f20b7302/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 15849 bytes
Desc: image001.png
URL: <https://public.kitware.com/pipermail/rtk-users/attachments/20201124/f20b7302/attachment-0001.png>
More information about the Rtk-users
mailing list