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

No module named 'sharpy.home' #207

Open
fdc227 opened this issue Jul 27, 2022 · 0 comments
Open

No module named 'sharpy.home' #207

fdc227 opened this issue Jul 27, 2022 · 0 comments

Comments

@fdc227
Copy link

fdc227 commented Jul 27, 2022

This error occurs when trying to run the command "sharpy simple_HALE.sharpy" while following the instructions on HALE example page.
Distro: Windows11 WSL2 Ubuntu
Python: IntelPython from OneAPI (Sharpy_env correctly configured)
Compilers: g++, gfortran

Traceback (most recent call last):
File "/home/fdc/intel/oneapi/intelpython/latest/envs/sharpy_env/lib/python3.7/site-packages/sharpy/solvers/init.py", line 16, in
solver_interface.solvers[file] = importlib.import_module(import_path + "." + file)
File "/home/fdc/intel/oneapi/intelpython/latest/envs/sharpy_env/lib/python3.7/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 953, in _find_and_load_unlocked
File "", line 219, in _call_with_frames_removed
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'home'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/fdc/intel/oneapi/intelpython/latest/envs/sharpy_env/bin/sharpy", line 8, in
sys.exit(sharpy_run())
File "/home/fdc/intel/oneapi/intelpython/latest/envs/sharpy_env/lib/python3.7/site-packages/sharpy/sharpy_main.py", line 152, in sharpy_run
data = main(sys.argv)
File "/home/fdc/intel/oneapi/intelpython/latest/envs/sharpy_env/lib/python3.7/site-packages/sharpy/sharpy_main.py", line 43, in main
import sharpy.solvers
File "/home/fdc/intel/oneapi/intelpython/latest/envs/sharpy_env/lib/python3.7/site-packages/sharpy/solvers/init.py", line 18, in
solver_interface.solvers[file] = importlib.import_module('sharpy.' + import_path + "." + file)
File "/home/fdc/intel/oneapi/intelpython/latest/envs/sharpy_env/lib/python3.7/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ModuleNotFoundError: No module named 'sharpy.home'

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