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

After djangocms-installer is installed it cannot be run because of missing pytz #391

Open
michalnik opened this issue Mar 4, 2022 · 0 comments · May be fixed by #393
Open

After djangocms-installer is installed it cannot be run because of missing pytz #391

michalnik opened this issue Mar 4, 2022 · 0 comments · May be fixed by #393

Comments

@michalnik
Copy link

Description

I started new project with django-cms. I created virtualenv. I upgraded pip. I installed djangocms-installer. I run djangocms-installer and it did not turn out well.

Steps to reproduce

$ python3.7 -m venv env
$ source env/bin/activate
$ pip install --upgrade pip
$ pip install djangocms-installer
$ djangocms

Versions

python3.7 django3.1.14 djangocms-installer2.0.0

Expected behaviour

It ends with exit code 2 and caught Exception handling with this message :

djangocms: error: the following arguments are required: project_name

Actual behaviour

It ends with exit code 1 and raised Exception :

ModuleNotFoundError: No module named 'pytz'

Additional information

I don't know what else I should put here.

@michalnik michalnik linked a pull request Mar 5, 2022 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant