You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I used SEM a year ago, and it works perfectly! However, with Python 3.10, it does not work as expected.
I want to run a simulation about lorawan, so I start by : sem run --results-dir=./results --ns-3-path=. --script=complete-network-example
However, I get the following error :
/usr/lib/python3/dist-packages/scipy/init.py:146: UserWarning: A NumPy version >=1.17.3 and <1.25.0 is required for this version of SciPy (detected version 1.26.1
warnings.warn(f"A NumPy version >={np_minversion} and <{np_maxversion}"
Building ns-3: 100%|██████████████████████████████████████████████████████████████████████| [06:04<00:00]
Traceback (most recent call last):
File "/home/aks/IB/new/bake/source/ns-3.36/SEM_IB/Lora_SEM_start3.py", line 16, in
campaign = sem.CampaignManager.new(ns_path, script, campaign_dir, overwrite=True)
File "/home/aks/.local/lib/python3.10/site-packages/sem/manager.py", line 157, in new
runner = CampaignManager.create_runner(ns_path, script,
File "/home/aks/.local/lib/python3.10/site-packages/sem/manager.py", line 260, in create_runner
return locals().get(runner_type,
File "/home/aks/.local/lib/python3.10/site-packages/sem/runner.py", line 78, in init
spec.loader.exec_module(build_status)
File "", line 879, in exec_module
File "", line 1016, in get_code
File "", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: '/home/aks/IB/new/bake/source/ns-3.36/build/optimized/build-status.py'
Any help ?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I used SEM a year ago, and it works perfectly! However, with Python 3.10, it does not work as expected.
I want to run a simulation about lorawan, so I start by : sem run --results-dir=./results --ns-3-path=. --script=complete-network-example
However, I get the following error :
/usr/lib/python3/dist-packages/scipy/init.py:146: UserWarning: A NumPy version >=1.17.3 and <1.25.0 is required for this version of SciPy (detected version 1.26.1
warnings.warn(f"A NumPy version >={np_minversion} and <{np_maxversion}"
Building ns-3: 100%|██████████████████████████████████████████████████████████████████████| [06:04<00:00]
Traceback (most recent call last):
File "/home/aks/IB/new/bake/source/ns-3.36/SEM_IB/Lora_SEM_start3.py", line 16, in
campaign = sem.CampaignManager.new(ns_path, script, campaign_dir, overwrite=True)
File "/home/aks/.local/lib/python3.10/site-packages/sem/manager.py", line 157, in new
runner = CampaignManager.create_runner(ns_path, script,
File "/home/aks/.local/lib/python3.10/site-packages/sem/manager.py", line 260, in create_runner
return locals().get(runner_type,
File "/home/aks/.local/lib/python3.10/site-packages/sem/runner.py", line 78, in init
spec.loader.exec_module(build_status)
File "", line 879, in exec_module
File "", line 1016, in get_code
File "", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: '/home/aks/IB/new/bake/source/ns-3.36/build/optimized/build-status.py'
Any help ?
Thanks
The text was updated successfully, but these errors were encountered: