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

Error when running pip install gunicorn graphite-api #1

Open
ZoltanSzilagyiCse opened this issue Apr 11, 2019 · 0 comments
Open

Error when running pip install gunicorn graphite-api #1

ZoltanSzilagyiCse opened this issue Apr 11, 2019 · 0 comments

Comments

@ZoltanSzilagyiCse
Copy link

Everything is working fine until step 13, which is RUN pip install gunicorn graphite-api. I got the following error:

Step 13/20 : RUN pip install gunicorn graphite-api
 ---> Running in 5f2781987dfe
Downloading/unpacking gunicorn
Downloading/unpacking graphite-api
Downloading/unpacking cairocffi (from graphite-api)
  Running setup.py (path:/tmp/pip-build-VfiaDO/cairocffi/setup.py) egg_info for package cairocffi
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/tmp/pip-build-VfiaDO/cairocffi/setup.py", line 7, in <module>
        'cairocffi does not support Python 2.x anymore. '
    RuntimeError: cairocffi does not support Python 2.x anymore. Please use Python 3 or install an older version of cairocffi.
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "/tmp/pip-build-VfiaDO/cairocffi/setup.py", line 7, in <module>

    'cairocffi does not support Python 2.x anymore. '

RuntimeError: cairocffi does not support Python 2.x anymore. Please use Python 3 or install an older version of cairocffi.

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-VfiaDO/cairocffi
Storing debug log for failure in /root/.pip/pip.log
The command '/bin/sh -c pip install gunicorn graphite-api' returned a non-zero code: 1

I use the following command to build Dockerfile: docker build --tag=myTag .. Also, the image not accessable I got the following error when trying to run docker run --name graphite -d creativearea/rpi-graphite command:

Unable to find image 'creativearea/rpi-graphite:latest' locally
docker: Error response from daemon: pull access denied for creativearea/rpi-graphite, repository does not exist or may require 'docker login'.
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