I started over by deleting the core-workflow directory and then following the setup section. When I go into the venv and run the first command, I get the following log. Note, I was able to continue with the steps after this and do a backport.
(venv) ~/core-workflow$ python -m pip install --upgrade .
Processing /home/cheryl/core-workflow
Collecting appdirs==1.4.2 (from cherry-picker===0.0.0)
Using cached appdirs-1.4.2-py2.py3-none-any.whl
Collecting click==6.7 (from cherry-picker===0.0.0)
Using cached click-6.7-py2.py3-none-any.whl
Collecting packaging==16.8 (from cherry-picker===0.0.0)
Using cached packaging-16.8-py2.py3-none-any.whl
Collecting py==1.4.33 (from cherry-picker===0.0.0)
Using cached py-1.4.33-py2.py3-none-any.whl
Collecting pyparsing==2.1.10 (from cherry-picker===0.0.0)
Using cached pyparsing-2.1.10-py2.py3-none-any.whl
Collecting pytest==3.0.7 (from cherry-picker===0.0.0)
Using cached pytest-3.0.7-py2.py3-none-any.whl
Collecting pytest-cov==2.4.0 (from cherry-picker===0.0.0)
Using cached pytest_cov-2.4.0-py2.py3-none-any.whl
Collecting pytest-mock==1.6.0 (from cherry-picker===0.0.0)
Using cached pytest_mock-1.6.0-py2.py3-none-any.whl
Collecting requests==2.13.0 (from cherry-picker===0.0.0)
Using cached requests-2.13.0-py2.py3-none-any.whl
Collecting six==1.10.0 (from cherry-picker===0.0.0)
Using cached six-1.10.0-py2.py3-none-any.whl
Collecting coverage==4.3.4 (from cherry-picker===0.0.0)
Using cached coverage-4.3.4-cp36-cp36m-manylinux1_x86_64.whl
Collecting setuptools (from pytest==3.0.7->cherry-picker===0.0.0)
Downloading setuptools-36.0.0-py2.py3-none-any.whl (476kB)
100% |████████████████████████████████| 481kB 1.3MB/s
Building wheels for collected packages: cherry-picker
Running setup.py bdist_wheel for cherry-picker ... error
Complete output from command /home/cheryl/core-workflow/venv/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-_ojgq253-build/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmphiwgh8trpip-wheel- --python-tag cp36:
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 cherry-picker
Running setup.py clean for cherry-picker
Failed to build cherry-picker
Installing collected packages: appdirs, click, pyparsing, six, packaging, py, setuptools, pytest, coverage, pytest-cov, pytest-mock, requests, cherry-picker
Found existing installation: setuptools 20.7.0
Uninstalling setuptools-20.7.0:
Successfully uninstalled setuptools-20.7.0
Running setup.py install for cherry-picker ... done
Successfully installed appdirs-1.4.2 cherry-picker-0.0.0 click-6.7 coverage-4.3.4 packaging-16.8 py-1.4.33 pyparsing-2.1.10 pytest-3.0.7 pytest-cov-2.4.0 pytest-mock-1.6.0 requests-2.13.0 setuptools-36.0.0 six-1.10.0
I'm on Ubuntu 16.04 running command python3.6 to create the venv.
I started over by deleting the core-workflow directory and then following the setup section. When I go into the venv and run the first command, I get the following log. Note, I was able to continue with the steps after this and do a backport.
I'm on Ubuntu 16.04 running command python3.6 to create the venv.
Thanks!