Hi all,
I am trying to install SimpleITK in the following environment:
- Virtual Environment: Conda (Anaconda3, pyton3)
2.check the binary installation in the anaconda and it seems all well! - I tried to write a simple pyton program in jupyter notebook. this is the test program provided by SimpleITK Site!
in the first sample python program:
utilities are not compiling which means the installation of utilities is missing, the functions which don’t work are as follows:
downloaddata(fetch_data, fetch_data_all) are imported
update_path_to_download_script(this is executed using magic command in jupyter, %run’).
I am referring to this page of SimpleITK: ((http://insightsoftwareconsortium.github.io/SimpleITK-Notebooks/Python_html/00_Setup.html))
have I missed something in installation of the package, I checked it using ‘conda list’ and SimpleITK is there in anaconda virtual environment!
Any help is appreciated!
Regards,
Sohrab azami