Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

docker-compose fails to build with the last version of Pipenv #694

Open
CkuT opened this issue Aug 4, 2020 · 3 comments
Open

docker-compose fails to build with the last version of Pipenv #694

CkuT opened this issue Aug 4, 2020 · 3 comments

Comments

@CkuT
Copy link
Contributor

CkuT commented Aug 4, 2020

Hey,

docker-compose up -d fails to build & start with the last version of Pipenv. The displayed error is very similar to this one: pypa/pipenv#4220

A working workaround for me was to use an older version of Pipenv in the Dockerfile, as described in the linked issue above:

    cd /usr/src/paperless && \
-   pip3 install --upgrade pip pipenv && \
+   pip3 install --upgrade pip pipenv==2018.11.26 && \
    pipenv install --system --deploy && \
@smarticu5
Copy link

I'm seeing the exact same. Thanks for the workaround!

@suhrmann
Copy link

suhrmann commented Aug 7, 2020

I am having this same error and your fix helps on Raspberry Pi. Big thx CkuT !!!

$ uname -a
Linux raspberrypi 4.19.118-v7l+ #1311 SMP Mon Apr 27 14:26:42 BST 2020 armv7l GNU/Linux

@Tooa
Copy link

Tooa commented Aug 8, 2020

Thanks for the workaround. Do you mind opening a pull request to fix the issue?

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

No branches or pull requests

4 participants