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
I have an error when I try to execute son-profie tool, when I try to execute : son-profile --mode active -v -p src/son/profile/tests/misc/example_ped1.yml
i have:
Traceback (most recent call last):
File "/usr/local/bin/son-profile", line 9, in <module>
load_entry_point('sonata-cli==3.0', 'console_scripts', 'son-profile')()
File "/usr/local/lib/python3.5/dist-packages/sonata_cli-3.0-py3.5.egg/son/profile/profile.py", line 322, in main
p.run()
File "/usr/local/lib/python3.5/dist-packages/sonata_cli-3.0-py3.5.egg/son/profile/profile.py", line 77, in run
self._active_execution()
File "/usr/local/lib/python3.5/dist-packages/sonata_cli-3.0-py3.5.egg/son/profile/profile.py", line 119, in _active_execution
self.work_dir)
File "/usr/local/lib/python3.5/dist-packages/sonata_cli-3.0-py3.5.egg/son/profile/generator/sonata.py", line 72, in generate
base_service_obj, function_experiments))
File "/usr/local/lib/python3.5/dist-packages/sonata_cli-3.0-py3.5.egg/son/profile/generator/sonata.py", line 290, in _generate_function_experiments
self._embed_function_into_experiment_nsd(ns, ec)
File "/usr/local/lib/python3.5/dist-packages/sonata_cli-3.0-py3.5.egg/son/profile/generator/sonata.py", line 141, in _embed_function_into_experiment_nsd
new_nsd = read_yaml(template_path)
File "/usr/local/lib/python3.5/dist-packages/sonata_cli-3.0-py3.5.egg/son/profile/helper.py", line 37, in read_yaml
with open(path, "r") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.5/dist-packages/sonata_cli-3.0-py3.5.egg/son/profile/generator/template/sonata_nsd_function_experiment.yml'
Seems to be an issue with setup.py. Need to check for more details.
The text was updated successfully, but these errors were encountered:
Got a user report:
I have an error when I try to execute son-profie tool, when I try to execute :
son-profile --mode active -v -p src/son/profile/tests/misc/example_ped1.yml
i have:
Seems to be an issue with setup.py. Need to check for more details.
The text was updated successfully, but these errors were encountered: