OpenSSL error when running 'sudo mailinabox'

I have the same problem. After running a sudo mailinabox, I ran into the same error!

Here is the feedback in copy:

FAILED: pip3 install email_validator>=1.0.0
-----------------------------------------
Traceback (most recent call last):
  File "/usr/local/bin/pip3", line 11, in <module>
    load_entry_point('pip==1.5.4', 'console_scripts', 'pip3')()
  File "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 565, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 2631, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 2291, in load
    return self.resolve()
  File "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 2297, in resolve                                                                                            
    module = __import__(self.module_name, fromlist=['__name__'], level=0)                     
  File "/usr/lib/python3/dist-packages/pip/__init__.py", line 61, in <module>                 
    from pip.vcs import git, mercurial, subversion, bazaar  # noqa                            
  File "/usr/lib/python3/dist-packages/pip/vcs/mercurial.py", line 9, in <module>             
    from pip.download import path_to_url                                                      
  File "/usr/lib/python3/dist-packages/pip/download.py", line 22, in <module>                 
    import requests, six                                                                      
  File "<frozen importlib._bootstrap>", line 2237, in _find_and_load                          
  File "<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked                 
  File "<frozen importlib._bootstrap>", line 1191, in _load_unlocked                          
  File "<frozen importlib._bootstrap>", line 1161, in _load_backward_compatible               
  File "/usr/share/python-wheels/requests-2.2.1-py2.py3-none-any.whl/requests/__init__.py", line 53, in <module>                                                                            
  File "<frozen importlib._bootstrap>", line 2237, in _find_and_load                          
  File "<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked                 
  File "<frozen importlib._bootstrap>", line 1191, in _load_unlocked                          
  File "<frozen importlib._bootstrap>", line 1161, in _load_backward_compatible               
  File "/usr/share/python-wheels/urllib3-1.7.1-py2.py3-none-any.whl/urllib3/contrib/pyopenssl.py", line 25, in <module>                                                                     
  File "/usr/local/lib/python3.4/dist-packages/OpenSSL/__init__.py", line 8, in <module>      
    from OpenSSL import rand, crypto, SSL                                                     
  File "/usr/local/lib/python3.4/dist-packages/OpenSSL/rand.py", line 12, in <module>         
    from OpenSSL._util import (                                                               
  File "/usr/local/lib/python3.4/dist-packages/OpenSSL/_util.py", line 6, in <module>         
    from cryptography.hazmat.bindings.openssl.binding import Binding                          
  File "/usr/local/lib/python3.4/dist-packages/cryptography/hazmat/bindings/openssl/binding.py", line 207, in <module>                                                                      
    Binding.init_static_locks()
  File "/usr/local/lib/python3.4/dist-packages/cryptography/hazmat/bindings/openssl/binding.py", line 178, in init_static_locks
    cls._ensure_ffi_initialized()
  File "/usr/local/lib/python3.4/dist-packages/cryptography/hazmat/bindings/openssl/binding.py", line 165, in _ensure_ffi_initialized
    cls.lib = build_conditional_library(lib, CONDITIONAL_NAMES)
  File "/usr/local/lib/python3.4/dist-packages/cryptography/hazmat/bindings/openssl/binding.py", line 104, in build_conditional_library
    if not getattr(lib, condition):
AttributeError: cffi library '_openssl' has no function, constant or global variable named 'Cryptography_HAS_SCRYPT'

I can access the web admin interface, but the checks fails and returns with the message: Something went wrong.

I tried to rerun the “mailinabox” setup again, but I’m still getting the same error. I tried to figure out to fix the single error of the email validator, but no chance! I need to get this back running. Please help us!