marius-team / marius

Large scale graph learning on a single machine.
https://marius-project.org
Apache License 2.0
160 stars 45 forks source link

module 'marius' has no attribute 'marius_eval' #156

Open wiketool opened 7 months ago

wiketool commented 7 months ago

When I followed the steps in the README file to compile, running marius_train reported an error

(marius-2023) embed@embed:~/Documents/marius-2023$ marius_eval
Bindings not installed
Traceback (most recent call last):
  File "/home/embed/anaconda3/envs/marius-2023/bin/marius_eval", line 8, in <module>
    sys.exit(main())
  File "/home/embed/anaconda3/envs/marius-2023/lib/python3.6/site-packages/marius/console_scripts/marius_eval.py", line 7, in main
    m.marius_eval(len(sys.argv), sys.argv)
AttributeError: module 'marius' has no attribute 'marius_eval'
yichuan520030910320 commented 7 months ago

The same problem