Open k0105 opened 7 years ago
Hi k0105,
First, for the compile issue, I checkout the error message and it seems that the dependencies are installed perfectly but there is an error during compiling the microservices. So the best way to figure it out is to checkout this wiki to install each microservice independently and then check which service is broken. https://github.com/claritylab/lucida/wiki/Installing-Local-Lucida Sorry for the inconvenience because recently we are working on Lucida infrastructure updates. I think I will clear up all the install issues by the end of next week.
Second, for the GUI tool. With the most recent update, Lucida serves as a platform that accepts different service to register in and connects them together to build workflows to answer queries. The GUI is used to register service and draw workflows. For more detail you can checkout the branch 'conv' under my Github repo. It is still in progress, because the building system is not updated yet. We will put a detailed documents for this updates later.
Also, there are some demos about GUI and service registry that I can share with you with email. Probably you will get more information from that. If you still have any question, feel free to contact with me or leave comments below. My email is czx5049@gmail.com.
Best wishes, zhexuanc
The log shows error in opencv_imm microservice. But I don't think the bug is in that service. Try uninstalling fbthrift, folly, wangle and thrift and install those dependencies again. Or do a clean install on a fresh server.
The installation script doesn't perform a full check on installed dependencies. Maybe they aren't installed properly.
@k0105 Can you reply with log which includes the installation of dependencies (after cleaning the above dependencies)
Hi,
just wanted to let you that Lucida again breaks on diae / Ubuntu 14.04 Server. I get this error:
Also, I'm confused about Mason's graphical tool. The pull request was apparently declined. The last word I heard was to use the pull request (even though both master and the pull request version don't fully compile).
Bottom line: Could you please make sure Lucida compiles on diae / 14.04 Server again and tell me what to do about the service registry? If we use Mason's tool, it needs to be in master, if we don't I need to know how to use the underlying interface.
Thank you in advance.
Best wishes, k0105