ImperialCollegeLondon / sharpy

Simulation of High Aspect Ratio aeroplanes and wind turbines in Python: a nonlinear aeroelastic code

Home Page:https://imperial.ac.uk/aeroelastics/sharpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module named 'sharpy.home'

fdc227 opened this issue · comments

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'