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 jsbeautifier
Downloading jsbeautifier-1.5.1.tar.gz
Running setup.py (path:/tmp/pip_build_root/jsbeautifier/setup.py) egg_info for package jsbeautifier
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/pip_build_root/jsbeautifier/setup.py", line 4, in <module>
from jsbeautifier.__version__ import __version__
File "jsbeautifier/__init__.py", line 8, in <module>
import six
ImportError: No module named six
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/pip_build_root/jsbeautifier/setup.py", line 4, in <module>
from jsbeautifier.__version__ import __version__
File "jsbeautifier/__init__.py", line 8, in <module>
import six
ImportError: No module named six
Once I did
pip install six
things seem fine. I'm not sure if its packaging issue, a documentation issue or something else.
Thanks all!
nickg
The text was updated successfully, but these errors were encountered:
Hi,
on fresh OS install
failed with
Once I did
things seem fine. I'm not sure if its packaging issue, a documentation issue or something else.
Thanks all!
nickg
The text was updated successfully, but these errors were encountered: