-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flower is terminated cause dependency module has missing attribute. #43
Comments
This is because the tornado dependency has the wrong version. Be careful of where tornado is found and what is the version at that location. I ll keep this issue open for a while in case we hit that problem again. |
This is happened again in my machine.
Tried :
Error :
|
This https://github.com/asmodehn/celeros/blob/gopher-devel/package.xml#L29
needs to be changed to <run_depend>tornado</run_depend>
I did it previously, maybe it was lost in all the
megingr/tagging/branching/releasing problems we had...
…--
AlexV
On Thu, Jan 26, 2017 at 11:01 AM, gogopg ***@***.***> wrote:
This is happened again in my machine.
Environment
- ubuntu 14.04.05
- Virtualbox
Tried :
1. install ubuntu
2. yujin_anisble podium-ros
Error :
process[rocon/interactions-44]: started with pid [11794]
[ INFO] [1485395533.730181534]: AR tracker reconfigured: ENABLED 10.00 24.30 0.08 0.20
[ INFO] [1485395534.243243331]: CmdVelMux : (re)configured
WARNING:root:ZMQ : Protobuf message implementation not found. Using pickle based protocol
(gst-plugin-scanner:11702): GStreamer-WARNING **: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsteglglessink.so': /usr/lib/x86_64-linux-gnu/libgstegl-1.0.so.0: undefined symbol: eglDestroyImageKHR
[ INFO] [1485395535.763464562]: Subscribing to image topic
[ INFO] [1485395536.089338480]: Reconfigure request : 1.000000 3.000000 0.300000 1.000000 2.000000
WARNING:root:ZMQ : Protobuf message implementation not found. Using pickle based protocol
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/opt/yujin/amd64/indigo-devel/lib/python2.7/dist-packages/flower/__main__.py", line 4, in <module>
from flower.command import FlowerCommand
File "/opt/yujin/amd64/indigo-devel/lib/python2.7/dist-packages/flower/command.py", line 18, in <module>
from .app import Flower
File "/opt/yujin/amd64/indigo-devel/lib/python2.7/dist-packages/flower/app.py", line 16, in <module>
from .urls import handlers
File "/opt/yujin/amd64/indigo-devel/lib/python2.7/dist-packages/flower/urls.py", line 11, in <module>
from .views import auth
File "/opt/yujin/amd64/indigo-devel/lib/python2.7/dist-packages/flower/views/auth.py", line 22, in <module>
class GoogleAuth2LoginHandler(BaseHandler, tornado.auth.GoogleOAuth2Mixin):
AttributeError: 'module' object has no attribute 'GoogleOAuth2Mixin'
[ INFO] [1485395536.381059046]: Subscribing to image topic
[flower-40] process has died [pid 11738, exit code 1, cmd /opt/yujin/amd64/indigo-devel/lib/celeros/flower --port 5556 --address 0.0.0.0 --conf /opt/yujin/amd64/indigo-devel/share/celeros/celeros/flowerconfig.py --config gopher_tasks.config_concert --logging INFO __name:=flower __log:=/home/yujin/.ros/log/0be17454-e36a-11e6-abe3-080027930dc5/flower-40.log].
log file: /home/yujin/.ros/log/0be17454-e36a-11e6-abe3-080027930dc5/flower-40*.log
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AANgSIxkJ9_-MBNdlUM1hqYAbpq8OodDks5rV_5igaJpZM4LV-j->
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running on ubuntu 14.04.05
AttributeError: 'module' object has no attribute 'GoogleOAuth2Mixin'
The text was updated successfully, but these errors were encountered: