-
Notifications
You must be signed in to change notification settings - Fork 52
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
No such file or directory: 'julia' #6
Comments
You need to install Julia in order to generate the spectral embeddings. If you're too lazy, you can just run the models without the spectral embeddings - I think MLP + C&S on Products still gets to 83.56 or so. |
The problem is that after my installing julia, the error occur. I CAN import julia ,but the error happened. Even i don't use "use-embedding" , the error still occurs. |
Can you post the exact command you're running, as well as the stack trace? |
embeddings/spectralproducts.pt not found or not enough iterations! Regenerating it now FileNotFoundError: [Errno 2] No such file or directory: 'julia'` |
Ah - comment out line 148 and 147 here: https://github.com/CUAI/CorrectAndSmooth/blob/master/gen_models.py#L148 to run without embeddings. To install Julia for generating the spectral embeddings, you need to install pyjulia in addition to the actual Julia language itself: https://julialang.org/ |
Similar problem here! |
3.8.3 , 1.7.0,10.2,0.5.6. _ |
I am using python 3.6.10, pytorch 1.6.0, cuda 10.1, julia 1.0.5, pyjulia 0.5.6. Please check against the installation steps in https://pyjulia.readthedocs.io/en/latest/installation.html. |
|
After my installing the julia package, the following error happened when I run the code 'gen_models'.
FileNotFoundError: [Errno 2] No such file or directory: 'julia'
WHY? thx!
The text was updated successfully, but these errors were encountered: