Skip to content

Instantly share code, notes, and snippets.

@sibosend
Created April 21, 2020 07:41
Show Gist options
  • Save sibosend/ffcc4e7dd17d98d72cb37d07a20f2baf to your computer and use it in GitHub Desktop.
Save sibosend/ffcc4e7dd17d98d72cb37d07a20f2baf to your computer and use it in GitHub Desktop.
ModuleNotFoundError: No module named '_gdbm' for python in OSX

vim ~/lib/python3.6/dbm/gnu.py from

from _gdbm import *

to

from _dbm import *

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment