When attempting to install django-tenants via "pipenv install django-tenants" I get the following error:
_lib.ERR_load_RAND_strings()
AttributeError: module 'lib' has no attribute 'ERR_load_RAND_strings'
This is with Django version 3.1.13 and python is 3.9.2.
Any ideas about how to fix this?