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

installation doco for python need update -- pip install six? #478

Closed
client9 opened this issue Jun 14, 2014 · 2 comments
Closed

installation doco for python need update -- pip install six? #478

client9 opened this issue Jun 14, 2014 · 2 comments

Comments

@client9
Copy link

client9 commented Jun 14, 2014

Hi,

on fresh OS install

wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py 
sudo pip install jsbeautifier

failed with

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

@bitwiseman
Copy link
Member

It's probably a packaging issue. I'll double check it in before the next release.

@bitwiseman bitwiseman added this to the v1.5.2 milestone Jun 18, 2014
@client9
Copy link
Author

client9 commented Aug 14, 2014

duplicate of #465

@client9 client9 closed this as completed Aug 14, 2014
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

2 participants