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

compute nodes wget call issue #72

Closed
rajeeja opened this issue Jun 12, 2020 · 2 comments
Closed

compute nodes wget call issue #72

rajeeja opened this issue Jun 12, 2020 · 2 comments

Comments

@rajeeja
Copy link
Collaborator

rajeeja commented Jun 12, 2020

Can we get rid of the import wget?:

It causes the following problem on summit:
Traceback (most recent call last):
File "/gpfs/alpine/med106/scratch/jain/Supervisor/workflows/common/python/model_runner.py", line 326, in
run_model(hyper_parameter_map)
File "/gpfs/alpine/med106/scratch/jain/Supervisor/workflows/common/python/model_runner.py", line 239, in run_model
result, history = run(hyper_parameter_map, obj_return)
File "/gpfs/alpine/med106/scratch/jain/Supervisor/workflows/common/python/model_runner.py", line 153, in run
pkg = import_pkg(framework, model_name)
File "/gpfs/alpine/med106/scratch/jain/Supervisor/workflows/common/python/model_runner.py", line 47, in import_pkg
pkg = importlib.import_module(module_name)
File "/ccs/proj/med106/hsyoo/summit/conda36/lib/python3.6/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 994, in _gcd_import
File "", line 971, in _find_and_load
File "", line 955, in _find_and_load_unlocked
File "", line 665, in _load_unlocked
File "", line 678, in exec_module
File "", line 219, in _call_with_frames_removed
File "/gpfs/alpine/med106/scratch/jain/Benchmarks/Pilot1/NT3/nt3_baseline_keras2.py", line 22, in
import nt3 as bmk
File "/gpfs/alpine/med106/scratch/jain/Benchmarks/Pilot1/NT3/nt3.py", line 8, in
import candle
File "/gpfs/alpine/med106/scratch/jain/Benchmarks/common/candle/init.py", line 6, in
from data_utils import load_csv_data
File "/gpfs/alpine/med106/scratch/jain/Benchmarks/common/data_utils.py", line 17, in
from default_utils import DEFAULT_SEED
File "/gpfs/alpine/med106/scratch/jain/Benchmarks/common/default_utils.py", line 26, in
from file_utils import get_file
File "/gpfs/alpine/med106/scratch/jain/Benchmarks/common/file_utils.py", line 12, in
import wget
ModuleNotFoundError: No module named 'wget'

@jmohdyusof
Copy link

You made this issue in Supervisor but it actually pertains to Benchmarks?

@rajeeja
Copy link
Collaborator Author

rajeeja commented Jun 12, 2020

oops, right!

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

2 participants