visualcurrent / Notion-2-Obsidan

Conversion routines to convert all Notion .md exports to full Obsidian compatibility
262 stars 47 forks source link

ModuleNotFoundError: No module named 'global_state' #35

Open LinuxProgramDevelop opened 2 years ago

LinuxProgramDevelop commented 2 years ago
图片 图片

My Python version is 3.8.6

xragon commented 1 year ago

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 👍

FatherOfCurses commented 1 year ago

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