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

This does not work #27

Closed
KlausSchaefers opened this issue Oct 13, 2020 · 0 comments
Closed

This does not work #27

KlausSchaefers opened this issue Oct 13, 2020 · 0 comments

Comments

@KlausSchaefers
Copy link

When I follow the steps in the readme, I get the following error:

Traceback (most recent call last):
web_1 | File "/app/app.py", line 5, in
web_1 | from elasticsearch import Elasticsearch
web_1 | File "/usr/local/lib/python3.9/site-packages/elasticsearch/init.py", line 24, in
web_1 | from .client import Elasticsearch
web_1 | File "/usr/local/lib/python3.9/site-packages/elasticsearch/client/init.py", line 4, in
web_1 | from ..transport import Transport
web_1 | File "/usr/local/lib/python3.9/site-packages/elasticsearch/transport.py", line 5, in
web_1 | from .connection import Urllib3HttpConnection
web_1 | File "/usr/local/lib/python3.9/site-packages/elasticsearch/connection/init.py", line 2, in
web_1 | from .http_requests import RequestsHttpConnection
web_1 | File "/usr/local/lib/python3.9/site-packages/elasticsearch/connection/http_requests.py", line 3, in
web_1 | from base64 import decodestring
web_1 | ImportError: cannot import name 'decodestring' from 'base64' (/usr/local/lib/python3.9/base64.py)

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

1 participant