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

'Getting started' instructions not working for Ubuntu 16.04 #34

Open
nscozzaro opened this issue Jan 4, 2017 · 2 comments
Open

'Getting started' instructions not working for Ubuntu 16.04 #34

nscozzaro opened this issue Jan 4, 2017 · 2 comments

Comments

@nscozzaro
Copy link

I got a number of errors in following your instructions. It may help to explain what settings to use in the virtualenvironment, for example the python version. I have to use sudo to install the requirements without getting errors get errors such as:
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-che3oe8o/unroll/

And then trying to run the make migrations I get the error:
Traceback (most recent call last):
File "manage.py", line 8, in
from django.core.management import execute_from_command_line
ImportError: No module named 'django'

@DrkSephy
Copy link
Owner

DrkSephy commented Mar 4, 2017

In a clean virtual environment, you should be able to install the requirements from requirements.txt without any problems. Do you have pip installed?

@ghost
Copy link

ghost commented Aug 26, 2017

ImportError: No module named 'django'

You need to install Django.
pip install django

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

2 participants