OctoPrint / plugins.octoprint.org

Sources of the OctoPrint Plugin Repository
https://plugins.octoprint.org
133 stars 341 forks source link

[ERROR: Command errored out with exit status 1:] OctoPrint-TuyaSmartplug #597

Closed joeweb1701 closed 4 years ago

joeweb1701 commented 4 years ago

Which Plugin? (URL to plugin page on plugin repository) OctoPrint-TuyaSmartplug What's wrong with the plugin listing? Give error on install from OctoPrint v1.4.2

ERROR: Command errored out with exit status 1: command: /home/pi/oprint/bin/python2 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-YkYMmw/pytuya/setup.py'"'"'; file='"'"'/tmp/pip-install-YkYMmw/pytuya/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-YkYMmw/pytuya/pip-egg-info cwd: /tmp/pip-install-YkYMmw/pytuya/ Complete output (7 lines): Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-YkYMmw/pytuya/setup.py", line 9, in from pytuya.const import author, version File "pytuya/init.py", line 28, in import pyaes # https://github.com/ricmoo/pyaes ImportError: No module named pyaes

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Error! Could not parse output from pip, see plugin_pluginmanager_console.log for generated output

foosel commented 4 years ago

Please report issues with specific plugins in the bug tracker of the plugin instead of here. This tracker is for reporting issues with the plugin repository, not issues with the plugins registered in it, as also stated on the ticket form:

What kinds of issues you should report here:

  • missing or broken homepage, source or download URLs
  • broken images
  • incorrect compatibility information
  • ... in short, anything related to the data on plugins.octoprint.org

What you should not report here:

  • Any kinds of issues with the plugins themselves - report those to the plugin author instead!

Thanks :)