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

ModuleNotFoundError on Linux System #12

Open
hybridpicker opened this issue Jun 19, 2019 · 3 comments
Open

ModuleNotFoundError on Linux System #12

hybridpicker opened this issue Jun 19, 2019 · 3 comments
Labels

Comments

@hybridpicker
Copy link

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',

@kbytesys
Copy link
Owner

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?

@hybridpicker
Copy link
Author

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

@kbytesys
Copy link
Owner

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants