I was trying to install RecallGraph as a service on my local ArangoDB database, but it always fails with the following error: "Services: 3103. failed to invoke module Reason: ArangoError 3100: cannot locate module File: jsep File: /var/folders/lz/c36rl6hx3glb32zyz502js200000gn/T/arangod_DaPjx4/services-tmp-593-37130413/lib/operations/filter/helpers.js": must I do something special before zipping and installing as service?
Aditya Mukhopadhyay
@adityamukho
are you trying to install from the zip file in the repository's releases?
maybe a file is missing in the bundle. i will have to check.
No, I actually cloned the repository and zipped it.
Ah OK, I will try to see the documentation for installing from source.
Thanks!
Aditya Mukhopadhyay
@adityamukho
oh in that case it wouldn't work. you have to either use the bundle in the releases folder or build from source using the instructions in the link above
Milko Škofič
@milko
OK, there is a link to releases in the main read-me in the repository, but the link doesn't work.
Aditya Mukhopadhyay
@adityamukho
also, please note that the version i used in the demo is quite a few commits ahead of the development branch
since it contains untested code. so you might find a few features lacking
please can you share where you got that older link from?
i will update the page
Milko Škofič
@milko
It is in the main Read Me in the Git repository
Aditya Mukhopadhyay
@adityamukho
zomg! ok i will fix it
fixed
Milko Škofič
@milko
:-)
Milko Škofič
@milko
I downloaded the latest release, RecallGraph and CivicGraph: CivicGraph installs fine, RecallGraph has the same error: "Services: 3103. failed to invoke module Reason: ArangoError 3100: cannot locate module File: jsep File: /var/folders/lz/c36rl6hx3glb32zyz502js200000gn/T/arangod_DaPjx4/services-tmp-593-37130413/lib/operations/filter/helpers.js". I will work with CivicGraph.
Aditya Mukhopadhyay
@adityamukho
i would suggest building from source. civicgraph is an older name for an older release
CivicGraph is well tested. However, you will find some features missing that you would have seen in the demo