I had a similar issue some days ago and Simon suggested to download a recently 
built wheel from github:
  
​https://github.com/SimonRit/RTK/actions/runs/341384403
  
​(you need to be logged in to github)
  
​
  
download the appropriate file and run
  
​pip install  <FILENAME>​
  
​locally.
  
​Or
  
​python -m pip install  <FILENAME>
  
​
  
​Solved the issue for me on MacOS.
  
​
  
​Simon might correct me if I am writing bogus here.
  
​
  
Cheers
  
​Nils
  
​
  
​
  
On Nov 24 2020, at 3:33 pm, Bleeker, M. (Margot)  <m.blee...@amsterdamumc.nl>  
wrote:
  
>   
>   
>   
> 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
>   
>   
>   
>   
>   
>   
>
>   
>
>   
> Margot Bleeker, MSc.|     PhD student (OiO)
>   
>   
>   
> Afdeling Radiotherapie
>   
> Locatie AMC | Z1-217 |   Meibergdreef 9, 1105 AZ Amsterdam
>   
> T: +31 20 566 7974|    E: m.blee...@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
>   
>   
>   
> _______________________________________________
>   
> Rtk-users mailing list
>   
> Rtk-users@public.kitware.com
>   
> https://public.kitware.com/mailman/listinfo/rtk-users
>   
>   
     
_______________________________________________
Rtk-users mailing list
Rtk-users@public.kitware.com
https://public.kitware.com/mailman/listinfo/rtk-users

Reply via email to