Skip to content

asl_gui asks to migrate to PyPI #13

@t1tan1k

Description

@t1tan1k

Good day! I am trying to run asl_gui after clear installation of FSL on Ubuntu and in CentOS virtual machine. In both cases typing asl_gui in terminal leads to this issue:

/usr/local/fsl/fslpython/envs/fslpython/lib/python3.7/site-packages/wx/lib/pubsub/__init__.py:25: wxPyDeprecationWarning: wx.lib.pubsub has been deprecated, plese migrate your code to use pypubsub, available on PyPI.
  wx.wxPyDeprecationWarning)
02:06:15 PM: Debug: Adding duplicate image handler for 'Windows bitmap file'
Traceback (most recent call last):
  File "/usr/local/fsl/bin/asl_gui", line 14, in <module>
    main.main()
  File "/usr/local/fsl/python/oxford_asl/gui/main.py", line 166, in main
    top = AslGui()
  File "/usr/local/fsl/python/oxford_asl/gui/main.py", line 64, in __init__
    preview = PreviewPanel(hpanel)
  File "/usr/local/fsl/python/oxford_asl/gui/preview_fsleyes.py", line 108, in __init__
    self.overlayList, masterDisplayCtx, self._fsleyes_frame = fsleyes_embed(None, make_fsleyesframe=False)
  File "/usr/local/fsl/python/oxford_asl/gui/preview_fsleyes.py", line 84, in fsleyes_embed
    fslgl.getGLContext(parent=parent, ready=ready)
  File "/usr/local/fsl/fslpython/envs/fslpython/lib/python3.7/site-packages/fsleyes/gl/__init__.py", line 458, in getGLContext
    thismod._glContext = GLContext(**kwargs)
TypeError: __init__() got an unexpected keyword argument 'parent'

Is there any solution?
Thank you in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions