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
flask_appbuilder/static/appbuilder/css/font-awesome.min.css file is missing in the source distribution but is present in the wheel.
To manually check it, it is possible to download files form https://pypi.org/project/Flask-AppBuilder/#files unpack or wheel unpack and check the context
This leads to a missing font in superset that uses flask app builder >= 4.3.0
Environment
Flask-Appbuilder version: >= 4.3.0
Steps to reproduce
pip install Flask-AppBuilder==4.3.2 --no-binary :all: and check that is missing in the distribution
alternatively run superset with the Flask-AppBuilder built from source and check editing the columns in the datasets, expand button will be missing due to the missing css file.
The text was updated successfully, but these errors were encountered:
yep, saw that however superset somehow is still referencing flask_appbuilder/static/appbuilder/css/font-awesome.min.css and that file is present in the wheel distribution.
Unfortunately I don't know much how fonts / css files are discovered to provide more info here
flask_appbuilder/static/appbuilder/css/font-awesome.min.css file is missing in the source distribution but is present in the wheel.
To manually check it, it is possible to download files form https://pypi.org/project/Flask-AppBuilder/#files unpack or wheel unpack and check the context
This leads to a missing font in superset that uses flask app builder >= 4.3.0
Environment
Flask-Appbuilder version: >= 4.3.0
Steps to reproduce
pip install Flask-AppBuilder==4.3.2 --no-binary :all:
and check that is missing in the distributionalternatively run superset with the Flask-AppBuilder built from source and check editing the columns in the datasets, expand button will be missing due to the missing css file.
The text was updated successfully, but these errors were encountered: