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
For 23.06, it is recommended to use Dockerfile. If you want to setup your environment by yourself, you may refer to the Dockerfile to setup related environments.
Some version requirements for dependencies:
gcc / g++ >= 9
cmake >= 3.23.1
pybind11 == 2.4.3 (wget https://github.com/pybind/pybind11/archive/refs/tags/v2.4.3.zip && unzip v2.4.3.zip && cd pybind11-2.4.3 && mkdir build && cd build && update-alternatives --set python /usr/local/bin/python3 && cmake ../ && make -j && make install)
Is there any other way to install wholegraph if not using docker in branch-23.06?
The text was updated successfully, but these errors were encountered: