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
On Friday, May 21, 2021 at 7:34:37 PM UTC+5:30 SKapoor wrote:

> 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_ñš
>

-- 
You received this message because you are subscribed to the Google Groups 
"OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/openwisp/6cb7f2f1-b9c0-4f56-b24f-0ff64aa7ae06n%40googlegroups.com.

Reply via email to