ronaldmeran commented on issue #13631:
URL: https://github.com/apache/superset/issues/13631#issuecomment-821764688
is there by any chance that `SQLAlchemy` will be upgraded other than the
specified versions?
I have to downgrade to `SQLAlchemy==1.3.16` to get it working. My fitbit
version is using `SQLAlchemy==1.4.8`
```
Traceback (most recent call last):
File
"/Applications/beingfit/builds/fitbit.visual.io/fitbit.visual.io/bin/superset",
line 6, in <module>
from pkg_resources import load_entry_point
File
"/Applications/beingfit/builds/fitbit.visual.io/fitbit.visual.io/lib/python3.8/site-packages/pkg_resources/__init__.py",
line 3262, in <module>
def _initialize_master_working_set():
File
"/Applications/beingfit/builds/fitbit.visual.io/fitbit.visual.io/lib/python3.8/site-packages/pkg_resources/__init__.py",
line 3245, in _call_aside
f(*args, **kwargs)
File
"/Applications/beingfit/builds/fitbit.visual.io/fitbit.visual.io/lib/python3.8/site-packages/pkg_resources/__init__.py",
line 3274, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File
"/Applications/beingfit/builds/fitbit.visual.io/fitbit.visual.io/lib/python3.8/site-packages/pkg_resources/__init__.py",
line 586, in _build_master
return cls._build_from_requirements(__requires__)
File
"/Applications/beingfit/builds/fitbit.visual.io/fitbit.visual.io/lib/python3.8/site-packages/pkg_resources/__init__.py",
line 599, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
File
"/Applications/beingfit/builds/fitbit.visual.io/fitbit.visual.io/lib/python3.8/site-packages/pkg_resources/__init__.py",
line 792, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (SQLAlchemy 1.4.8
(/Applications/beingfit/builds/fitbit.visual.io/fitbit.visual.io/lib/python3.8/site-packages),
Requirement.parse('SQLAlchemy<1.4.0'), {'flask-appbuilder'})
```
```
Using legacy setup.py install for Flask-JWT-Extended, since package 'wheel'
is not installed.
Using legacy setup.py install for Flask-OpenID, since package 'wheel' is not
installed.
Using legacy setup.py install for Flask-Login, since package 'wheel' is not
installed.
Using legacy setup.py install for pyrsistent, since package 'wheel' is not
installed.
Using legacy setup.py install for pymeeus, since package 'wheel' is not
installed.
ERROR: flask-appbuilder 3.2.2 has requirement SQLAlchemy<1.4.0, but you'll
have sqlalchemy 1.4.8 which is incompatible.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]