Skip to content

ImportError: No module named builtins #71

@austintrombley

Description

@austintrombley

the package won't import even though i pip upgraded and made sure i'm using pyhive-0.2.1. I sudo pip installed future - and I am still getting this error?

from pyhive import hive
Traceback (most recent call last):
File "", line 1, in
File "/Library/Python/2.7/site-packages/pyhive/hive.py", line 13, in
from pyhive import common
File "/Library/Python/2.7/site-packages/pyhive/common.py", line 8, in
from builtins import bytes
ImportError: No module named builtins

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions