hello! need help with Superset utility I can't ru...
# getting-started
a
hello! need help with Superset utility I can't run '`meltano invoke superset:create-admin'`: getting error:
Copy code
from cryptography.hazmat.backends.openssl.x509 import _Certificate
ModuleNotFoundError: No module named 'cryptography.hazmat.backends.openssl.x509'
there's no such file in /home/vagrant/meltano/my-meltano-project/.meltano/utilities/superset/venv/lib/python3.8/site-packages/cryptography/hazmat/backends/openssl only those (on pic) what i've tried: . '`pip install pyopenssl cryptography interface --upgrade`' pip packages in <project>/.meltano/utilities/superset/venv/lib/python3.8/site-packages . install dockerized superset (works fine) .
export DYLD_LIBRARY_PATH=/usr/local/opt/openssl/lib:$DYLD_LIBRARY_PATH
I'm using meltano docker via alias:
Copy code
alias meltano="sudo docker run --interactive -v "$(pwd)":/projects -w /projects meltano/meltano:latest-python3.9"
j
more details in the thread
a
it's needed to run this command after fixing pip url and config $ meltano install utility superset