ctreffe / alfred

Alfred - A library for rapid experiment development
MIT License
10 stars 1 forks source link

Cmd: Error when using alfred3 run -m #140

Closed mate-code closed 2 years ago

mate-code commented 2 years ago

When I render my experiment through the command line using alfred3 run -m in order to not open a browser window, I get an error:

image

jobrachem commented 2 years ago

I cannot reproduce the bug on my machine. Am I right in assuming that you are running alfred3 on windows? Does the alternative way of using

if __name__ == "__main__":
    exp.run(open_browser=False)

and executing the script.py directly work for you?

mate-code commented 2 years ago

I am running alfred3 on Windows and also tried passing the configuration directly like in your example, but it still didn't work.

jobrachem commented 2 years ago

@ctreffe can you reproduce the issue?

ctreffe commented 2 years ago

No, the command works fine with my current version of alfred3 (2.3.2b8) on Windows 10

jobrachem commented 2 years ago

I'll close this for now. If it resurfaces, we can reopen the issue