You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I have tried to use this module in a Django 3 project, written on python 3.8
This command works ok:
python manage.py jenkins
but this one fails:
python manage.py jenkins --enable-coverage
with the below weird error:
Traceback (most recent call last):
File "/home/babis/Desktop/rais/web/rais/manage.py", line 21, in <module>
main()
File "/home/babis/Desktop/rais/web/rais/manage.py", line 17, in main
execute_from_command_line(sys.argv)
File "/home/babis/.virtualenvs/webEnv38/lib/python3.8/site-packages/django/core/management/__init__.py", line 401, in execute_from_command_line
utility.execute()
File "/home/babis/.virtualenvs/webEnv38/lib/python3.8/site-packages/django/core/management/__init__.py", line 377, in execute
django.setup()
File "/home/babis/.virtualenvs/webEnv38/lib/python3.8/site-packages/django/__init__.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File "/home/babis/.virtualenvs/webEnv38/lib/python3.8/site-packages/django/apps/registry.py", line 83, in populate
raise RuntimeError("populate() isn't reentrant")
RuntimeError: populate() isn't reentrant
Process finished with exit code 1
I have noticed that error before and it was something to do with wrong configuration with one of my apps. But here, what could that mean? Any ideas?
Is the package fully compatible with Django 3 and python 3.8?
The text was updated successfully, but these errors were encountered:
Hi. I have tried to use this module in a Django 3 project, written on python 3.8
This command works ok:
but this one fails:
with the below weird error:
I have noticed that error before and it was something to do with wrong configuration with one of my apps. But here, what could that mean? Any ideas?
Is the package fully compatible with Django 3 and python 3.8?
The text was updated successfully, but these errors were encountered: