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

Docker Image Issues #137

Open
gray-area opened this issue Apr 20, 2023 · 0 comments
Open

Docker Image Issues #137

gray-area opened this issue Apr 20, 2023 · 0 comments

Comments

@gray-area
Copy link

I am trying to run the Docker image file and not finding any success. I tried to run it as a standalone, then moved on to trying it as a Docker image.

I followed the installation steps and had a couple issues.

1.) The requirements.txt had versions that could not be found. The installer kept returning a "code other than 0". I edited the requirements.txt file and removed all specified versions. This allowed the pip install to run without errors.

  1. Now I am running sudo docker run --rm -it --link astra-mongo:mongo -p 8094:8094 astra and I am getting the following error:

Traceback (most recent call last): File "./api.py", line 10, in <module> import requests File "/usr/local/lib/python2.7/site-packages/requests/__init__.py", line 48, in <module> from charset_normalizer import __version__ as charset_normalizer_version File "/usr/local/lib/python2.7/site-packages/charset_normalizer/__init__.py", line 24, in <module> from .api import from_bytes, from_fp, from_path File "/usr/local/lib/python2.7/site-packages/charset_normalizer/api.py", line 34 sequences: bytes, ^

Can anyone point me in the right direction? Thanks in advance!

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