Skip to content

Add wheel as dependency for whatapi#30

Open
tendermario wants to merge 1 commit intonrg101:masterfrom
tendermario:master
Open

Add wheel as dependency for whatapi#30
tendermario wants to merge 1 commit intonrg101:masterfrom
tendermario:master

Conversation

@tendermario
Copy link
Copy Markdown

Using ubuntu subsystem, wheel is not a part of the latest python3 installed. This makes whatapi silently fail.

  Building wheel for whatapi (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /home/mario/bin/musicscan/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-ihwk5twd/whatapi/setup.py'"'"'; __file__='"'"'/tmp/pip-install-ihwk5twd/whatapi/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-3oa33tdu
       cwd: /tmp/pip-install-ihwk5twd/whatapi/
  Complete output (6 lines):
  usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: setup.py --help [cmd1 cmd2 ...]
     or: setup.py --help-commands
     or: setup.py cmd --help

  error: invalid command 'bdist_wheel'
  ----------------------------------------
  ERROR: Failed building wheel for whatapi
  Running setup.py clean for whatapi
Failed to build mutagen whatapi

Placing wheel at the top of the requirements file makes building succeed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant