django-recaptcha3 icon indicating copy to clipboard operation
django-recaptcha3 copied to clipboard

ModuleNotFoundError on Linux System

Open hybridpicker opened this issue 5 years ago • 3 comments

Getting this error while coverage run and deployment on my linux-server:

App 3430 output: django.template.exceptions.TemplateSyntaxError: 'recaptcha3' is not a registered tag library. Must be one of: App 14170 output: ModuleNotFoundError: No module named 'snowpenguin'

Is there a other way to install that app in the settings?

I did like in the ReadMe in my settings.py:

'snowpenguin.django.recaptcha3',

hybridpicker avatar Jun 19 '19 19:06 hybridpicker

How did you installed django-recaptcha3?

Do you have this issue only when you run coverage or also when you start your project in development?

kbytesys avatar Jun 20 '19 13:06 kbytesys

I installed it with pip-command. I have the issue also in development. Have you tested it on CentOS?

hybridpicker avatar Jun 21 '19 03:06 hybridpicker

Yes, I've tested the package with the latest centos using a venv as usual in many projects I done.

Which centos release do you use? Which Python version? Could you provide me a demo project?

Thanks!

kbytesys avatar Jun 25 '19 08:06 kbytesys