dpgaspar / Flask-AppBuilder

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
BSD 3-Clause "New" or "Revised" License
4.63k stars 1.35k forks source link

get a list of requirements #2261

Open EnriqueGautoSand opened 1 month ago

EnriqueGautoSand commented 1 month ago

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

  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' 
EnriqueGautoSand commented 1 month ago

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

pip freeze apispec==3.3.2 attrs==23.2.0 Authlib==1.0.1 Babel==2.14.0 certifi==2024.7.4 cffi==1.15.1 charset-normalizer==3.3.2 click==8.1.7 colorama==0.4.6 cryptography==42.0.8 cycler==0.11.0 defusedxml==0.7.1 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.4.1 Flask-OpenID==1.3.1 Flask-SQLAlchemy==2.5.1 Flask-WTF==0.14.3 fonttools==4.38.0 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 kiwisolver==1.4.5 MarkupSafe==2.1.5 marshmallow==3.19.0 marshmallow-enum==1.5.1 marshmallow-sqlalchemy==0.26.1 matplotlib==3.5.3 numpy==1.21.6 packaging==24.0 pandas==1.3.5 Pillow==9.5.0 pkgutil-resolve-name==1.3.10 prison==0.2.1 pycparser==2.21 PyJWT==2.8.0 pyOpenSSL==24.1.0 pyparsing==3.1.2 pyrsistent==0.19.3 python-dateutil==2.9.0.post0 python3-openid==3.2.0 pytz==2024.1 PyYAML==6.0.1 requests==2.31.0 six==1.16.0 SQLAlchemy==1.4.52 SQLAlchemy-Utils==0.41.2 tabula==1.0.5 typing-extensions==4.7.1 urllib3==2.0.7 Werkzeug==2.0.3 WTForms==2.3.3 zipp==3.15.0