Nebula v2.6.1
Python v2.6.0
pip3 install .
Processing /root/nebula-python
Requirement already satisfied (use --upgrade to upgrade): nebula2-python==2.6.0 from file:///root/nebula-python in /usr/local/lib/python3.5/site-packages
Requirement already satisfied (use --upgrade to upgrade): httplib2 in /usr/local/lib/python3.5/site-packages (from nebula2-python==2.6.0)
Requirement already satisfied (use --upgrade to upgrade): future in /usr/local/lib/python3.5/site-packages (from nebula2-python==2.6.0)
Requirement already satisfied (use --upgrade to upgrade): six in /usr/local/lib/python3.5/site-packages (from nebula2-python==2.6.0)
Requirement already satisfied (use --upgrade to upgrade): pytz in /usr/local/lib/python3.5/site-packages (from nebula2-python==2.6.0)
Requirement already satisfied (use --upgrade to upgrade): pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.5/site-packages (from httplib2->nebula2-python==2.6.0)
You are using pip version 8.0.2, however version 21.3.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Processing /root/nebula-python
Requirement already satisfied (use --upgrade to upgrade): nebula2-python==2.6.0 from file:///root/nebula-python in /usr/local/lib/python3.5/site-packages
Requirement already satisfied (use --upgrade to upgrade): httplib2 in /usr/local/lib/python3.5/site-packages (from nebula2-python==2.6.0)
Requirement already satisfied (use --upgrade to upgrade): future in /usr/local/lib/python3.5/site-packages (from nebula2-python==2.6.0)
Requirement already satisfied (use --upgrade to upgrade): six in /usr/local/lib/python3.5/site-packages (from nebula2-python==2.6.0)
Requirement already satisfied (use --upgrade to upgrade): pytz in /usr/local/lib/python3.5/site-packages (from nebula2-python==2.6.0)
Requirement already satisfied (use --upgrade to upgrade): pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.5/site-packages (from httplib2->nebula2-python==2.6.0)
You are using pip version 8.0.2, however version 21.3.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
python3 example/GraphClientSimpleExample.py
Traceback (most recent call last):
File “example/GraphClientSimpleExample.py”, line 12, in
from nebula2.gclient.net import ConnectionPool
File “/usr/local/lib/python3.5/site-packages/nebula2/gclient/net/init.py”, line 13, in
from nebula2.Exception import (
File “/usr/local/lib/python3.5/site-packages/nebula2/Exception.py”, line 84
Exception.init(self, f’Current client is not compatible with the remote server, please check the version: {message}’)
^
SyntaxError: invalid syntax