Skip to content

GUI not starting - macOS #1921

@candacejohnsonbakerlab

Description

@candacejohnsonbakerlab

Is there an existing issue for this?

  • I have searched the existing issues

Bug description

After typing "pythonw -m deeplabcut" I am receiving an error. "You installed DLC lite, thus GUI's cannot be used. If you need GUI support please: pip install 'deeplabcut[gui]''. After installing that pip the same issue appears. How can I get the GUI to start?

Operating System

operating system MacOS Big Sur

DeepLabCut version

dlc version

DeepLabCut mode

single animal

Device type

CPU

Steps To Reproduce

No response

Relevant log output

"You installed DLC lite, thus GUI's cannot be used. If you need GUI support please: pip install 'deeplabcut[gui]''.

File ~/opt/anaconda3/envs/DEEPLABCUT/lib/python3.8/site-packages/wx/core.py:2102, in App.__init__(self, redirect, filename, useBestVisual, clearSigInt)
   2099         msg = "Unable to create GUI"
   2100         # TODO: more description is needed for wxMSW...
-> 2102     raise SystemExit(msg)
   2104 # This has to be done before OnInit
   2105 self.SetUseBestVisual(useBestVisual)

Anything else?

No response

Code of Conduct

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions