Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wget import error: examples/3_Multichannel/02_Dynamic_CT #70

Open
epapoutsellis opened this issue Apr 25, 2022 · 1 comment
Open

wget import error: examples/3_Multichannel/02_Dynamic_CT #70

epapoutsellis opened this issue Apr 25, 2022 · 1 comment

Comments

@epapoutsellis
Copy link
Contributor

epapoutsellis commented Apr 25, 2022

wget import errror

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Input In [2], in <module>
     17 from cil.utilities.display import show2D, show_geometry
     18 from cil.utilities.jupyter import islicer
---> 20 from utilities_dynamic_ct import read_frames, read_extra_frames
     22 from IPython.display import clear_output
     24 import numpy as np

File ~/CIL_DEMOS_new/training/2021_Fully3D/Week3/utilities_dynamic_ct.py:25, in <module>
     23 import numpy as np
     24 import os
---> 25 import wget
     28 # read all the 17 frames
     29 def read_frames(file_path, file_name):

ModuleNotFoundError: No module named 'wget'

@paskino maybe we need to rebuild it adding wget?

@epapoutsellis epapoutsellis changed the title Week 3 02_Dynamic_CT wget import error:Week 3 02_Dynamic_CT Apr 25, 2022
@epapoutsellis
Copy link
Contributor Author

Works if conda install -c conda-forge python-wget

@lauramurgatroyd lauramurgatroyd changed the title wget import error:Week 3 02_Dynamic_CT wget import error: examples/3_Multichannel/02_Dynamic_CT Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant