fanova icon indicating copy to clipboard operation
fanova copied to clipboard

no module resource when 'import pysmac'

Open licheng0794 opened this issue 7 years ago • 1 comments

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.

licheng0794 avatar Dec 07 '18 00:12 licheng0794

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.

AndreBiedenkapp avatar Dec 07 '18 05:12 AndreBiedenkapp