You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i found this issue "cmake: /home/yashc/anaconda3/lib/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by cmake)"
and "cmake: /home/yashc/anaconda3/lib/libcurl.so.4: no version information available (required by cmake)"
during build GauNet , plz help me how can i resolve this.
The text was updated successfully, but these errors were encountered:
Unfortunately, we have not tried building DAUs with anaconda so I cannot give much help. Based on errors, you may need to install correct version of libstdcxx-ng, libgcc and libcurl in conda. You also need to make sure you are not using system cmake and instead use one installed in conda environment so that it correctly finds all conda-installed libraries.
i found this issue "cmake: /home/yashc/anaconda3/lib/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by cmake)"
and "cmake: /home/yashc/anaconda3/lib/libcurl.so.4: no version information available (required by cmake)"
during build GauNet , plz help me how can i resolve this.
The text was updated successfully, but these errors were encountered: