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

Missing dependency in requirements.txt (cookiecutter) #5079

Closed
vesnikos opened this issue Nov 17, 2019 · 0 comments · Fixed by #5093
Closed

Missing dependency in requirements.txt (cookiecutter) #5079

vesnikos opened this issue Nov 17, 2019 · 0 comments · Fixed by #5093
Assignees

Comments

@vesnikos
Copy link

from cookiecutter.main import cookiecutter

  • cookiecutter lib will be imported on a ckan cli attempt, but as it is missing from requirments.txt, is not present which will result to ImportError

  • cookiecutter is listed in requirments-dev.txt, but docker builds don't use it

Tested on a docker personal build, by :

docker build -t ckan .
docker run --rm -it --entrypoint bash --name ckan -p 5000:5000 --link db:db --link redis:redis --link solr:solr ckan
(activated-env)
ckan

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

Successfully merging a pull request may close this issue.

2 participants