Skip to content

Commit

Permalink
pip install wheel so we have full tooling needed for installs
Browse files Browse the repository at this point in the history
otherwise I observe:

    python -m pip install -q -r requirements-devel.txt
      ERROR: Command errored out with exit status 1:
       command: /home/appveyor/dlvenv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/appveyor/DLTMP/pip-install-d3o47b6c/jsmin/setup.py'"'"'; __file__='"'"'/home/appveyor/DLTMP/pip-install-d3o47b6c/jsmin/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 /home/appveyor/DLTMP/pip-wheel-ttlau7j8
           cwd: /home/appveyor/DLTMP/pip-install-d3o47b6c/jsmin/
      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 jsmin
      ERROR: Command errored out with exit status 1:
       command: /home/appveyor/dlvenv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/appveyor/DLTMP/pip-install-d3o47b6c/python-xmp-toolkit/setup.py'"'"'; __file__='"'"'/home/appveyor/DLTMP/pip-install-d3o47b6c/python-xmp-toolkit/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 /home/appveyor/DLTMP/pip-wheel-tek2xcif
           cwd: /home/appveyor/DLTMP/pip-install-d3o47b6c/python-xmp-toolkit/
      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 python-xmp-toolkit
    python -m pip install .
    Processing /home/appveyor/projects/datalad-container
  • Loading branch information
yarikoptic committed Sep 14, 2023
1 parent 932bf28 commit baaf5ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ install:
python -m pip install -q datalad-installer
)
- sh: python -m pip install datalad-installer${DATALAD_INSTALLER_VERSION:-}
- pip install wheel
# setup neurodebian, needs update of sources.list when base release changes
- sh: "echo $ID | grep -q '^Ubu' && wget -O- http://neuro.debian.net/lists/focal.us-nh.full | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list && ( sudo apt-key adv --recv-keys --keyserver hkps://keyserver.ubuntu.com 0xA5D32F012649A5A9 || { wget -q -O- http://neuro.debian.net/_static/neuro.debian.net.asc | sudo apt-key add -; } )"
# Missing system software
Expand Down

0 comments on commit baaf5ca

Please sign in to comment.