You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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.
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.
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
File "", line 1, in
ImportError: No module named 'compiler'
Cleaning up...
The text was updated successfully, but these errors were encountered: