fanova
fanova copied to clipboard
no module resource when 'import pysmac'
After I have installed pysmac, I run 'branin_pysmac_example.py'. It shows me no module resource in line 8 of 'remote-smac.py'. How could we solve this issue? Thank you.
Hi,
thank you for reporting the issue.
resource is a pyhton package that requires a Unix operating system (see the documentation for python3).
To make the example work you would have to use a Unix system.