Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BZ2 error #11

Closed
0atman opened this issue Nov 17, 2020 · 1 comment
Closed

BZ2 error #11

0atman opened this issue Nov 17, 2020 · 1 comment

Comments

@0atman
Copy link

0atman commented Nov 17, 2020

Getting an odd bz2 error after a successful pip install virustotal3:

λ python3
Python 3.7.8 (default, Jul 22 2020, 10:55:01) 
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import virustotal3
>>> import virustotal3.enterprise
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/oatman/.pyenv/versions/3.7.8/lib/python3.7/site-packages/virustotal3/enterprise.py", line 6, in <module>
    import bz2
  File "/home/oatman/.pyenv/versions/3.7.8/lib/python3.7/bz2.py", line 19, in <module>
    from _bz2 import BZ2Compressor, BZ2Decompressor
ModuleNotFoundError: No module named '_bz2'
@0atman
Copy link
Author

0atman commented Nov 17, 2020

oh oh oh I hadn't built my python with bz2 support, of course! Sorry!

@0atman 0atman closed this as completed Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant