-
-
Notifications
You must be signed in to change notification settings - Fork 5
Description
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...