Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NeptuneIAMConnection Fails | gremlinpython no longer uses tornado #129

Closed
demerichbl opened this issue May 12, 2021 · 3 comments
Closed

Comments

@demerichbl
Copy link

Traceback (most recent call last):
  File "osm_ground_truth.py", line 26, in <module>
    from neptune_python_utils.neptune_iam import NeptuneIAMConnection
  File "/usr/local/lib/python3.6/site-packages/neptune_python_utils/neptune_iam.py", line 1, in <module>
    from neptune_python_utils.gremlin_utils import GremlinUtils
  File "/usr/local/lib/python3.6/site-packages/neptune_python_utils/gremlin_utils.py", line 31, in <module>
    from tornado.httpclient import HTTPError
ModuleNotFoundError: No module named 'tornado'
@zxkane
Copy link

zxkane commented May 19, 2021

Suffering the same issue. Building the refresh neptune_python_utils.zip via the build.sh, glue etl job failed on the module tornado not found.

The build script should pin the gremlinpython to certain version or explicitly installing the tornado.

@iansrobinson
Copy link
Contributor

I think we need to pin gremlin-python to < 3.5.0 at the moment until Neptune supports 3.5.0. I'll look into doing that.

@iansrobinson
Copy link
Contributor

Closing this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants