bperezorozco/ordinal_tsf

ModuleNotFoundError: No module named 'gpflow.multioutput'

Closed this issue · 2 comments

When running the example.py, I occurred the following problem:

Traceback (most recent call last):
  File "/Users/apple/Documents/Project/ordinal_tsf/example.py", line 4, in <module>
    from ordinal_tsf.model import MordredStrategy
  File "/Users/apple/Documents/Project/ordinal_tsf/ordinal_tsf/model.py", line 15, in <module>
    import gpflow.multioutput.features as mf
ModuleNotFoundError: No module named 'gpflow.multioutput'

My current gpflow version is 2.0.3, with Python 3.7, and I can't find the module 'gpflow.multioutput'.
Could you please specify the version of gpflow, or the environment of the experiment?

Thx!

Thx!