-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation error #141
Comments
Thanks for the question and sorry for the delayed response. We have been in the process of updating dependency versions and the build and install for Marius/MariusGNN. Can you try the installation again with the latest main branch using the instructions here: https://github.com/marius-team/marius/tree/main/examples/docker |
thanks for the reply. the docker installation did work for me but the direct installation failed even after fulfilling the mentioned requirements. you can see below:
|
Yeah it's possible that some combinations of the above requirements and environments may not work. It's hard for us to test every possible configuration, hence we try to provide a few exact environments that we know work (e.g., with docker). For your specific case, can you provide us with a bit more information on the error you are getting? It would be helpful to see the full trace if possible and more details about your exact environment. You can run You can also try running the following (rather than
|
I ran into this problem too and I was using the latest main branch. the error looks like this:
|
Hi, I successfully install marius by this method, but when I try to use marius_train, it returns: bash: marius_train: command not found And I try to use python3 examples/python/fb15k_237_gpu.py, then it returns ModuleNotFoundError: No module named 'marius' Is there any suggestion for solving this issue? Thank you! |
I am getting the error below while installing marius. I have tried several solutions but those didn't work.
what could be the issue of this error?
The text was updated successfully, but these errors were encountered: