arminha/python-aosd

Installation fails with "No module named 'commands'"

Closed this issue · 1 comments

pip install --allow-external python-aosd --allow-unverified python-aosd 
--no-clean  python-aosd
DEPRECATION: --no-install, --no-download, --build, and --no-clean are 
deprecated.  See https://github.com/pypa/pip/issues/906.
Downloading/unpacking python-aosd
  python-aosd an externally hosted file and may be unreliable
  python-aosd is potentially insecure and unverifiable.
  Downloading python-aosd-0.2.3.tar.gz
  Running setup.py (path:/home/mdziardziel/venv/build/python-aosd/setup.py) egg_info for package python-aosd
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/home/mdziardziel/venv/build/python-aosd/setup.py", line 10, in <module>
        import commands
    ImportError: No module named 'commands'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

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

  File "/home/mdziardziel/venv/build/python-aosd/setup.py", line 10, in <module>

    import commands

ImportError: No module named 'commands'


commands module cannot be installed from pip, and even if it could be, 
subprocess should be used here.

Original issue reported on code.google.com by fied...@gmail.com on 16 Jul 2014 at 8:31

This is fixed in 0.2.4

Original comment by armin....@gmail.com on 15 Feb 2015 at 4:32

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****