-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
I'm seeing that the file views.py is zero bytes in size in the PyPI source tarball of 5.2.0:
https://files.pythonhosted.org/packages/52/ca/a617a4b39d6c1336a3dbc0b2e2ee24c2cbd3183174620de965affa355741/flask_appbuilder-5.2.0.tar.gz
$ ls -lah flask_appbuilder/views.py
-rw-r--r-- 1 xylar xylar 0 Mar 2 15:41 flask_appbuilder/views.py
This is leading to the following failure on conda-forge:
https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=1477382&view=logs&jobId=7b6f2c87-f3a7-5133-8d84-7c03a75d9dfc&j=7b6f2c87-f3a7-5133-8d84-7c03a75d9dfc&t=9eb77fd2-8ddd-5444-8fc0-71cb28dcb736
│ │ Traceback (most recent call last):
│ │ File "$SRC_DIR/conda_build_script.py", line 1, in <module>
│ │ import flask_appbuilder
│ │ File "$PREFIX/lib/python3.10/site-packages/flask_appbuilder/__init__.py", line 6, in <module>
│ │ from .base import AppBuilder # noqa: F401
│ │ File "$PREFIX/lib/python3.10/site-packages/flask_appbuilder/base.py", line 22, in <module>
│ │ from flask_appbuilder.views import IndexView, UtilView
│ │ ImportError: cannot import name 'IndexView' from 'flask_appbuilder.views' ($PREFIX/lib/python3.10/site-packages/flask_appbuilder/views.py)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels