Open wanghaisheng opened 8 years ago
In the title, you have a typo, it should be scons display=1 install
(not dislplay
). Not sure why you get these errors for just scons
without display=1
.
I can confirm that pytensor.h is broken for display=1
.
@wanghaisheng Can you try https://github.com/tmbdev/clstm/pull/110? I've never used the display features before, but this will fix the long unsigned int
/int
errors.
same issue also for me. Any updates about this? Basically what kind of plot one can obtain if it work properly?
Where does the mismatched int
come from? Could we change it to size_t
?
@stweil ~See #110 for int
-> size_t
, that fixes the template argument errors.~ Sorry, did not read that right, yes, size_t
would probably be the more appropriate type. If you find a proper fix, I'm happy to merge it. Getting display=1
to work requires zeromq (libzqmpp) and running display_server.py
IIUC.
I can reproduce the problem on Debian Stretch (with libzmq3-dev, libzmq5, libzmqpp-dev and libzmqpp3 packages from Ubuntu), but I'm still searching for the int
which is mentioned in the error messages. I agree that #110 could work but does not look like the right fix.
but scons install is ok