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
! pip3 install nebulagraph-lite
from nebulagraph_lite import nebulagraph_let as ng_let
n = ng_let()
n.start()
Collecting nebulagraph-lite
Downloading nebulagraph_lite-0.2.2-py3-none-any.whl.metadata (7.5 kB)
Collecting udocker==1.3.13 (from nebulagraph-lite)
Downloading udocker-1.3.13-py2.py3-none-any.whl.metadata (36 kB)
Collecting psutil>=5.9.6 (from nebulagraph-lite)
Downloading psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB)
Collecting nebula3-python>=3.5.0 (from nebulagraph-lite)
Using cached nebula3_python-3.5.0-py3-none-any.whl.metadata (8.4 kB)
Requirement already satisfied: future>=0.18.0 in /opt/conda/lib/python3.10/site-packages (from nebula3-python>=3.5.0->nebulagraph-lite) (1.0.0)
Requirement already satisfied: httplib2>=0.20.0 in /opt/conda/lib/python3.10/site-packages (from nebula3-python>=3.5.0->nebulagraph-lite) (0.21.0)
Requirement already satisfied: pytz>=2021.1 in /opt/conda/lib/python3.10/site-packages (from nebula3-python>=3.5.0->nebulagraph-lite) (2023.3.post1)
Requirement already satisfied: six>=1.16.0 in /opt/conda/lib/python3.10/site-packages (from nebula3-python>=3.5.0->nebulagraph-lite) (1.16.0)
Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /opt/conda/lib/python3.10/site-packages (from httplib2>=0.20.0->nebula3-python>=3.5.0->nebulagraph-lite) (3.1.1)
Downloading nebulagraph_lite-0.2.2-py3-none-any.whl (16 kB)
Downloading udocker-1.3.13-py2.py3-none-any.whl (118 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.6/118.6 kB 4.8 MB/s eta 0:00:00
Using cached nebula3_python-3.5.0-py3-none-any.whl (326 kB)
Downloading psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (288 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 288.2/288.2 kB 12.3 MB/s eta 0:00:00
Installing collected packages: udocker, psutil, nebula3-python, nebulagraph-lite
Attempting uninstall: psutil
Found existing installation: psutil 5.9.3
Uninstalling psutil-5.9.3:
Successfully uninstalled psutil-5.9.3
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
beatrix-jupyterlab 2023.128.151533 requires jupyterlab~=3.6.0, but you have jupyterlab 4.1.2 which is incompatible.
distributed 2023.7.1 requires dask==2023.7.1, but you have dask 2024.2.0 which is incompatible.
jupyterlab 4.1.2 requires jupyter-lsp>=2.0.0, but you have jupyter-lsp 1.5.1 which is incompatible.
jupyterlab-lsp 5.0.3 requires jupyter-lsp>=2.0.0, but you have jupyter-lsp 1.5.1 which is incompatible.
raft-dask 23.8.0 requires dask==2023.7.1, but you have dask 2024.2.0 which is incompatible.
Successfully installed nebula3-python-3.5.0 nebulagraph-lite-0.2.2 psutil-5.9.7 udocker-1.3.13
The text was updated successfully, but these errors were encountered:
Steps
The text was updated successfully, but these errors were encountered: