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

Support python3? #6

Open
ipeisong opened this issue Oct 8, 2014 · 3 comments
Open

Support python3? #6

ipeisong opened this issue Oct 8, 2014 · 3 comments

Comments

@ipeisong
Copy link

ipeisong commented Oct 8, 2014

Now install with pip3 got error:

Downloading/unpacking humbledb
Downloading humbledb-5.4.1.tar.gz
Running setup.py (path:/private/var/folders/tx/l2n8tjgj1c3bmp2bv0jxgsqc0000gn/T/pip_build_peisong/humbledb/setup.py) egg_info for package humbledb
Traceback (most recent call last):
File "", line 17, in
File "/private/var/folders/tx/l2n8tjgj1c3bmp2bv0jxgsqc0000gn/T/pip_build_peisong/humbledb/setup.py", line 7, in
"})());exec(a+'=g()');"%'humbledb')
File "", line 1, in
ImportError: No module named 'compiler'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File "", line 17, in

File "/private/var/folders/tx/l2n8tjgj1c3bmp2bv0jxgsqc0000gn/T/pip_build_peisong/humbledb/setup.py", line 7, in

"})());exec(a+'=g()');"%'humbledb')

File "", line 1, in

ImportError: No module named 'compiler'


Cleaning up...

@shakefu
Copy link
Owner

shakefu commented Oct 8, 2014

HumbleDB currently doesn't support Python 3. Unfortunately I don't have time at the moment to add support, though I'd like to in the future. If you are willing to make a Pull Request that adds Python 3 support, I'd be happy to add it.

@hongyuan1306
Copy link

humbledb depends quite extensively on pytools. But pytools is not Python3 compatible.

@shakefu
Copy link
Owner

shakefu commented Aug 4, 2015

I've updated Pytool to support Python 3.3 and higher as well as add 3.3 and 3.4 builds to Travis-CI. Hopefully someone will want to help contribute to get HumbleDB Python3 compatible.

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

No branches or pull requests

3 participants