vesoft-inc / nebula-python

Client API of Nebula Graph in Python
193 stars 78 forks source link

Unable to use pip3 install nebula2-python #99

Closed qingpingswiftsword closed 3 years ago

qingpingswiftsword commented 3 years ago

Using cached https://files.pythonhosted.org/packages/a9/27/0cf91580f927a2877acc9b8e00cb278cd190fdcf326861624f74ccdee647/nebula2-python-2.0.0.post1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-__myxa7a/nebula2-python/setup.py", line 9, in from setuptools import setup, find_packages, sic ImportError: cannot import name 'sic'

laura-ding commented 3 years ago

You need to use the latest version, the 2.0.0.post1 is the oldest version. You need to use pip3 install nebula2-python=2.0.0