-
-
Save scott-hsieh/0be6bc307666cbd3d0105bfd956e0f50 to your computer and use it in GitHub Desktop.
Unavailability of _bz2 When Importing Pandas
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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