-
Notifications
You must be signed in to change notification settings - Fork 56
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
Cannot build with docker set to runserver #30
Comments
I'm also having problems with the docker option 'runserver'. Last lines in stacktrace: |
got the same problem , tried many diffenrt obtions in ubuntu with python 3.8 and debian with python 3.7 subprocess.CalledProcessError: Command '['pipenv', 'lock', '--requirements']' returned non-zero exit status 1. |
@anasir514 This is due to a dependency bug that's popped up in the last week. I'm not sure if anyone is even aware of it to be looking at it. |
Isn't that more of a problem with dependencies management in pipenv? |
It may be. If I'm being honest, I'm not sure. All I know if that I was able to perform fresh installs by following the instructions on the site without problems 2 weeks ago. It seems that I'm not the only one to be having this problem either.
awesto/django-shop#846
[https://avatars.githubusercontent.com/u/16817610?s=400&v=4]<https://github.com/awesto/django-shop/issues/846>
Dependency conflict on Django Version! · Issue #846 · awesto/django-shop<awesto/django-shop#846>
What happened before? Before this, the Django-shop through Cookiecutter was going to install correctly without any dependency conflict! What happens now? But now, when we're going to install dj...
github.com
#41
…________________________________
From: Jacob Rief <[email protected]>
Sent: February 15, 2021 5:41 PM
To: awesto/cookiecutter-django-shop <[email protected]>
Cc: Aarron Younan <[email protected]>; Comment <[email protected]>
Subject: Re: [awesto/cookiecutter-django-shop] Cannot build with docker set to runserver (#30)
Isn't that more of a problem with dependencies management in pipenv?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#30 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AHDNPSQ3WFQFNUTL34ILRC3S7GPJFANCNFSM4ML66XZA>.
|
I’ve had some luck with manually generating the requirements.txt file however I’m almost certainly missing some as Docker is still having issues finding modules, specifically cms_bootstrap. It also seems to be looking in a python3.6 folder when I have 3.7 installed (required for psycopg2 < 2.8).
… On Feb 16, 2021, at 1:38 AM, Aarron Younan ***@***.***> wrote:
It may be. If I'm being honest, I'm not sure. All I know if that I was able to perform fresh installs by following the instructions on the site without problems 2 weeks ago. It seems that I'm not the only one to be having this problem either.
awesto/django-shop#846
Dependency conflict on Django Version! · Issue #846 · awesto/django-shop
What happened before? Before this, the Django-shop through Cookiecutter was going to install correctly without any dependency conflict! What happens now? But now, when we're going to install dj...
github.com
#41
From: Jacob Rief ***@***.***>
Sent: February 15, 2021 5:41 PM
To: awesto/cookiecutter-django-shop ***@***.***>
Cc: Aarron Younan ***@***.***>; Comment ***@***.***>
Subject: Re: [awesto/cookiecutter-django-shop] Cannot build with docker set to runserver (#30)
Isn't that more of a problem with dependencies management in pipenv?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@anasir514 See here: #41 (comment) |
What happened?
I want to have the cookiecutter setup my project so that I run runserver via a docker container.
I ran the basic setup, but when choosing docker runserver option I received an error when running
docker-compose up --build -d
:Where
project-slug
is the suggested project-slug for my app.What should've happened instead?
Docker should've built images correctly.
Steps to reproduce
Basic steps, just use the docker runserver option instead of default which is n.
I am definitely logged into docker hub.
Kubuntu 18.04
Docker version 19.03.6
The text was updated successfully, but these errors were encountered: