Comment 3 for bug 1014735

Revision history for this message
Edward (zhang-hare) wrote :

I installed lesscss by using pip but it doesn't work. So I tried to install lesscpy, but failed. It looks like it require python3 environment according to the README file inside of this package.

====================pip log==========================
sudo pip install lesscpy
Downloading/unpacking lesscpy
  Running setup.py egg_info for package lesscpy
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
      File "/home/openstack/build/lesscpy/setup.py", line 25, in <module>
        license=open('LICENSE').read(),
    IOError: [Errno 2] No such file or directory: 'LICENSE'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 14, in <module>

  File "/home/openstack/build/lesscpy/setup.py", line 25, in <module>

    license=open('LICENSE').read(),

IOError: [Errno 2] No such file or directory: 'LICENSE'

----------------------------------------
Command python setup.py egg_info failed with error code 1
Storing complete log in /home/openstack/.pip/pip.log
====================================================