You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i wanna to run oauth + flask appbuilder
so i need the correct versions to run it
Describe the actual results
at pycharm
File "c:\users\usuario\anaconda3\lib\ssl.py", line 98, in <module>
import _ssl # if we can't import it, let the error propagate
ImportError: DLL load failed: No se puede encontrar el módulo especificado.
at console
from jinja2 import Markup
ImportError: cannot import name 'Markup' from 'jinja2'
The text was updated successfully, but these errors were encountered:
i have done it, but i still don't have idea of how to create an admin at oauth sign in with google, y can create using flask fab create admin but i cant login
Environment windows 10
Flask-Appbuilder version:4.0.0
apispec==3.3.2
attrs==23.2.0
Authlib==1.0.0
Babel==2.14.0
cffi==1.15.1
click==8.1.7
colorama==0.4.6
cryptography==42.0.8
dnspython==2.3.0
email-validator==1.3.1
Flask==2.0.3
Flask-AppBuilder==4.0.0
Flask-Babel==2.0.0
Flask-JSGlue==0.3.1
Flask-JWT-Extended==4.6.0
Flask-Login==0.5.0
Flask-SQLAlchemy==2.5.1
Flask-WTF==0.15.1
greenlet==3.0.3
idna==3.7
importlib-metadata==6.7.0
importlib-resources==5.12.0
itsdangerous==2.1.2
jinja2==3.1.4
jsonschema==4.17.3
MarkupSafe==2.1.5
marshmallow==3.19.0
marshmallow-enum==1.5.1
marshmallow-sqlalchemy==0.26.1
packaging==24.0
pkgutil-resolve-name==1.3.10
prison==0.2.1
pycparser==2.21
PyJWT==2.8.0
pyrsistent==0.19.3
python-dateutil==2.9.0.post0
pytz==2024.1
PyYAML==6.0.1
six==1.16.0
SQLAlchemy==1.4.52
SQLAlchemy-Utils==0.41.2
typing-extensions==4.7.1
Werkzeug==2.0.3
WTForms==2.3.3
zipp==3.15.0
Describe the expected results
i wanna to run oauth + flask appbuilder
so i need the correct versions to run it
Describe the actual results
at pycharm
at console
The text was updated successfully, but these errors were encountered: