Notion-2-Obsidan icon indicating copy to clipboard operation
Notion-2-Obsidan copied to clipboard

ModuleNotFoundError: No module named 'global_state'

Open LinuxProgramDevelop opened this issue 3 years ago • 2 comments

图片 图片 My Python version is 3.8.6

LinuxProgramDevelop avatar Jun 10 '22 03:06 LinuxProgramDevelop

I had the same issue, the global_state error is actually a consequence of the error higher up where it cant user tkinter a bit of googling showed that I needed to install this separately which I did on my mac via brew brew install python-tk. Depending on your OS you may need to find a different install method 👍

xragon avatar Jan 03 '23 10:01 xragon

Thanks @xragon - your advice got me past this blocker.

FatherOfCurses avatar Jan 07 '23 02:01 FatherOfCurses