Skip to content
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

Faced Issue while reproducing the results #4

Open
AbhishekG-1plus opened this issue May 2, 2023 · 0 comments
Open

Faced Issue while reproducing the results #4

AbhishekG-1plus opened this issue May 2, 2023 · 0 comments

Comments

@AbhishekG-1plus
Copy link

I got the following error after following the step 1 and step 2 for the installation.
ImportError: dlopen(/Users/abhishekgadekar/opt/anaconda3/envs/gnn_lspe/lib/python3.7/lib-dynload/_ctypes.cpython-37m-darwin.so, 0x0002): Library not loaded: @rpath/libffi.6.dylib
This error occured when I ran the following command:

Run the main file (at the root of the project)

python main_ZINC_graph_regression.py --config 'configs/GatedGCN_ZINC_LSPE.json' # for CPU
python main_ZINC_graph_regression.py --gpu_id 0 --config 'configs/GatedGCN_ZINC_LSPE.json' # for GPU

It would be really helpful if you could provide a fix for this issue. I also checked by installing libffi by using pip, but that also couldn't solve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant