Closed ouyangchangjun closed 7 years ago
Thanks a lot for marking this error. We left some code in the master branch that was wrong. Try it now please with the new commit.
Hi I hope all is well, I run ./stf.py get some error:
[!] Something wrong happened while importing the module modules.distances_1: cannot import name _ring
Traceback (most recent call last):
File "./stf.py", line 8, in
How can I resolve this error? Thanks.
Hi : i run ./stf.py get some error:
[!] Something wrong happened while importing the module modules.distances_1: No module named experiment [!] Something wrong happened while importing the module modules.experiments_1: No module named experiment [!] Something wrong happened while importing the module modules.markov_models_1: No module named
experiment [!] Something wrong happened while importing the module modules.markov_models_2: No module named
experiment [!] Something wrong happened while importing the module modules.template_module: No module named
experiment [!] Something wrong happened while importing the module modules.visualize_1: No module named experiment Traceback (most recent call last): File "./stf.py", line 29, in
c = console.Console()
File "/myslips/StratosphereTestingFramework/stf/core/ui/console.py", line 40, in init
from stf.core.ui.commands import Commands
File "/myslips/StratosphereTestingFramework/stf/core/ui/commands.py", line 16, in
from stf.core.database import database
File "/myslips/StratosphereTestingFramework/stf/core/database.py", line 9, in
from stf.core.experiment import experiments
ImportError: No module named experiment
this is see the module ./stf/core/experiment.py not present. How can i resolve this error? thanks