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

Django error on intall step «11. create the sqlite database» #518

Open
jean-martial opened this issue Oct 19, 2018 · 6 comments
Open

Django error on intall step «11. create the sqlite database» #518

jean-martial opened this issue Oct 19, 2018 · 6 comments

Comments

@jean-martial
Copy link

Hi guys,

Trying to install nrp, I get the following error message on step 11. create the sqlite database»:

Did I miss something?

(vn) jmn@flash:~/dev/nrp/vn/valuenetwork$ ./manage.py syncdb
Traceback (most recent call last):
  File "./manage.py", line 9, in <module>
    execute_from_command_line(sys.argv)
  File "/home/jmn/dev/nrp/vn/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 443, in execute_from_command_line
    utility.execute()
  File "/home/jmn/dev/nrp/vn/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 382, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/home/jmn/dev/nrp/vn/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 261, in fetch_command
    klass = load_command_class(app_name, subcommand)
  File "/home/jmn/dev/nrp/vn/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 69, in load_command_class
    module = import_module('%s.management.commands.%s' % (app_name, name))
  File "/home/jmn/dev/nrp/vn/local/lib/python2.7/site-packages/django/utils/importlib.py", line 35, in import_module
    __import__(name)
  File "/home/jmn/dev/nrp/vn/local/lib/python2.7/site-packages/south/management/commands/__init__.py", line 10, in <module>
    import django.template.loaders.app_directories
  File "/home/jmn/dev/nrp/vn/local/lib/python2.7/site-packages/django/template/loaders/app_directories.py", line 23, in <module>
    raise ImproperlyConfigured('ImportError %s: %s' % (app, e.args[0]))
django.core.exceptions.ImproperlyConfigured: ImportError corsheaders: cannot import name checks
@bhaugen
Copy link

bhaugen commented Oct 19, 2018

@jean-martial I don't think anybody is maintaining this version of NRP anymore. Several forks have active maintainers and users. They often have additional features. Edited: This appears to be the version that Sensorica is using now: https://github.com/Sensorica/VerdunNRP

That version of NRP pegged a version of corsheaders that might fix that bug.

I added a note about this version's status to the Readme.

@bhaugen
Copy link

bhaugen commented Oct 19, 2018

But @jean-martial I'd be interested in what you want to do with NRP. That also might determine which fork would work best for you.

@sqykly
Copy link

sqykly commented Oct 19, 2018 via email

@jean-martial
Copy link
Author

jean-martial commented Oct 20, 2018 via email

@bhaugen
Copy link

bhaugen commented Oct 20, 2018

@jean-martial that's very interesting! @sqykly is the current maintainer of the version of the valuenetwork code that Sensorica uses, and has some ideas to get you up and running. We also have some other ideas to discuss with you. I will continue in an email.

@jean-martial
Copy link
Author

jean-martial commented Oct 20, 2018 via email

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

3 participants