caronc / nzb-notify

Push Notifications to a large number of supported services for NZBGet and SABnzbd (based on Apprise)
GNU General Public License v3.0
129 stars 16 forks source link

error building wheel for PyYAML #71

Closed keppo070 closed 3 years ago

keppo070 commented 3 years ago

:beetle: Describe the bug

pip install -r requirements.txt

:bulb: Screenshots and Logs

Building wheels for collected packages: PyYAML
  Running setup.py bdist_wheel for PyYAML ... error
  Complete output from command /home/patrick/programmeren/python/virtual/apprise/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-2f85o614/PyYAML/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-cu_ioo37 --python-tag cp37:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help

  error: invalid command 'bdist_wheel'

  ----------------------------------------
  Failed building wheel for PyYAML
  Running setup.py clean for PyYAML
Failed to build PyYAML

:computer: Your System Details:

:crystal_ball: Additional context not sure if this is something related to NZB-Notify

caronc commented 3 years ago

Try pip install wheel and then try again

keppo070 commented 3 years ago

thanks