Skip to content

Instantly share code, notes, and snippets.

@scott-hsieh
Created November 20, 2020 03:49
Show Gist options
  • Save scott-hsieh/0be6bc307666cbd3d0105bfd956e0f50 to your computer and use it in GitHub Desktop.
Save scott-hsieh/0be6bc307666cbd3d0105bfd956e0f50 to your computer and use it in GitHub Desktop.
Unavailability of _bz2 When Importing Pandas
File "/Users/scott.hsieh/.pyenv/versions/3.8.6/lib/python3.8/bz2.py", line 19, in <module>
from _bz2 import BZ2Compressor, BZ2Decompressor
ModuleNotFoundError: No module named '_bz2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment