AhmedImtiazPrio / splinecam

Exact method for visualizing partitions of a Deep Neural Network, CVPR 2023 Highlight
https://imtiazhumayun.github.io/splinecam
MIT License
83 stars 7 forks source link

ImportError: /home/tasneem-suha/anaconda3/envs/myenv1/lib/python3.9/site-packages/torch/lib/libgomp-a34b3233.so.1: version `GOMP_5.0' not found (required by /home/tasneem-suha/anaconda3/envs/myenv1/lib/python3.9/site-packages/graph_tool/libgraph_tool_core.so) #4

Open tasneem96 opened 1 year ago

tasneem96 commented 1 year ago

I am trying to use this application. However, I have faced some issues.

  1. I have followed the instructions provided for setting up the graph-tool though "graph-tool not found" issue came up. To solve this I used "conda install -c conda-forge graph-tool" command.

    Observations:

I have attached the error below. could you please help me with this issue?

Screenshot_2023-05-08_11-54-20

AhmedImtiazPrio commented 1 year ago

Hi Tasneem,

I wasn't able to replicate this error. Can you tell me the steps you had followed to setup graph-tool?

Also can you try installing graph-tool using conda and check? conda install -c conda-forge graph-tool