You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/12/14 08:24:41 UTC

[GitHub] [incubator-superset] keehl1213 commented on issue #11080: Upgrade to 0.37.1 has bug: column dbs.allow_cvas does not exist

keehl1213 commented on issue #11080:
URL: https://github.com/apache/incubator-superset/issues/11080#issuecomment-744268384


   > Steps to reproduce:
   > 
   > 1. Check out 0.37.2 tag
   > 2. `docker-compose up --build --force-recreate`
   > 3. < < wait for compose >>
   > 4. Shell into superset-app, run `superset db upgrade` and I get this error message.
   > 
   > (note: this problem does not happen in main/master branch, everything behaves normally)
   > 
   > ```
   > superset@5c7e780d5110:/app$ superset db upgrade
   > Traceback (most recent call last):
   >   File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 567, in _build_master
   >     ws.require(__requires__)
   >   File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 884, in require
   >     needed = self.resolve(parse_requirements(requirements))
   >   File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 775, in resolve
   >     raise VersionConflict(dist, req).with_context(dependent_req)
   > pkg_resources.ContextualVersionConflict: (pyarrow 0.17.0 (/usr/local/lib/python3.7/site-packages), Requirement.parse('pyarrow<1.1,>=1.0.1'), {'apache-superset'})
   > 
   > During handling of the above exception, another exception occurred:
   > 
   > Traceback (most recent call last):
   >   File "/usr/local/bin/superset", line 33, in <module>
   >     sys.exit(load_entry_point('apache-superset', 'console_scripts', 'superset')())
   >   File "/usr/local/lib/python3.7/site-packages/click/core.py", line 829, in __call__
   >     return self.main(*args, **kwargs)
   >   File "/usr/local/lib/python3.7/site-packages/flask/cli.py", line 586, in main
   >     return super(FlaskGroup, self).main(*args, **kwargs)
   >   File "/usr/local/lib/python3.7/site-packages/click/core.py", line 782, in main
   >     rv = self.invoke(ctx)
   >   File "/usr/local/lib/python3.7/site-packages/click/core.py", line 1254, in invoke
   >     cmd_name, cmd, args = self.resolve_command(ctx, args)
   >   File "/usr/local/lib/python3.7/site-packages/click/core.py", line 1297, in resolve_command
   >     cmd = self.get_command(ctx, cmd_name)
   >   File "/usr/local/lib/python3.7/site-packages/flask/cli.py", line 527, in get_command
   >     self._load_plugin_commands()
   >   File "/usr/local/lib/python3.7/site-packages/flask/cli.py", line 517, in _load_plugin_commands
   >     import pkg_resources
   >   File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3238, in <module>
   >     @_call_aside
   >   File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3222, in _call_aside
   >     f(*args, **kwargs)
   >   File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3251, in _initialize_master_working_set
   >     working_set = WorkingSet._build_master()
   >   File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 569, in _build_master
   >     return cls._build_from_requirements(__requires__)
   >   File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 582, in _build_from_requirements
   >     dists = ws.resolve(reqs, Environment())
   >   File "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 770, in resolve
   >     raise DistributionNotFound(req, requirers)
   > pkg_resources.DistributionNotFound: The 'pyarrow<1.1,>=1.0.1' distribution was not found and is required by apache-superset
   > superset@5c7e780d5110:/app$
   > ```
   
   I'm too.  Have you solved the problem?


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org