python_2_unicode_compatible

68 views
Skip to first unread message

SKapoor

unread,
May 21, 2021, 10:04:37 AM5/21/21
to OpenWISP
Hi ,

Why will I get this error?
Do i need to upgrade anything in my yml file.
Please help.

kind regards


ceback (most recent call last):
  File "./manage.py", line 10, in <module>
    execute_from_command_line(sys.argv)
  File "/opt/openwisp2/env/lib/python3.6/site-packages/django/core/management/__init__.py", line 401, in execute_from_command_line
    utility.execute()
  File "/opt/openwisp2/env/lib/python3.6/site-packages/django/core/management/__init__.py", line 377, in execute
    django.setup()
  File "/opt/openwisp2/env/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "/opt/openwisp2/env/lib/python3.6/site-packages/django/apps/registry.py", line 114, in populate
    app_config.import_models()
  File "/opt/openwisp2/env/lib/python3.6/site-packages/django/apps/config.py", line 211, in import_models
    self.models_module = import_module(models_module_name)
  File "/opt/openwisp2/env/lib/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 678, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/opt/openwisp2/env/lib/python3.6/site-packages/openwisp_monitoring/check/models.py", line 7, in <module>
    from django.utils.encoding import python_2_unicode_compatible
ImportError: cannot import name 'python_2_unicode_compatible'
nicode_ñš

Ajay Tripathi

unread,
May 21, 2021, 1:09:23 PM5/21/21
to OpenWISP
Hi,

Looks like you are using a very old version of openwisp-monitoring, version 0.1 was released
a couple of months ago, try it out: https://pypi.org/project/openwisp-monitoring/

If you can't upgrade openwisp-monitoring because of python 2 dependency, I suggest stay below Django 3.0 and try:

from
django.utils.six import python_2_unicode_compatible

instead of

from django.utils.encoding import python_2_unicode_compatible


Best,
Ajay Tripathi
Reply all
Reply to author
Forward
0 new messages