install cli error
dylanleung opened this issue · 3 comments
use the brew in mac 10.14
brew install https://raw.githubusercontent.com/dcos/dcos-e2e/master/dcose2e.rb
it show this error
==> /usr/local/Cellar/dcose2e/HEAD-60214ad/libexec/bin/pip install -v --no-deps --no-binary :all: --ignore-installed /private/tmp/dcose2e--jeepney-20180930-11848-1w5gjve/jeepney-0.4 Last 15 lines from /Users/dylan/Library/Logs/Homebrew/dcose2e/36.pip: File "/usr/local/Cellar/dcose2e/HEAD-60214ad/libexec/lib/python3.7/site-packages/pip/_internal/resolve.py", line 102, in resolve self._resolve_one(requirement_set, req) File "/usr/local/Cellar/dcose2e/HEAD-60214ad/libexec/lib/python3.7/site-packages/pip/_internal/resolve.py", line 256, in _resolve_one abstract_dist = self._get_abstract_dist_for(req_to_install) File "/usr/local/Cellar/dcose2e/HEAD-60214ad/libexec/lib/python3.7/site-packages/pip/_internal/resolve.py", line 209, in _get_abstract_dist_for self.require_hashes File "/usr/local/Cellar/dcose2e/HEAD-60214ad/libexec/lib/python3.7/site-packages/pip/_internal/operations/prepare.py", line 298, in prepare_linked_requirement abstract_dist.prep_for_dist(finder, self.build_isolation) File "/usr/local/Cellar/dcose2e/HEAD-60214ad/libexec/lib/python3.7/site-packages/pip/_internal/operations/prepare.py", line 123, in prep_for_dist "Installing build dependencies" File "/usr/local/Cellar/dcose2e/HEAD-60214ad/libexec/lib/python3.7/site-packages/pip/_internal/build_env.py", line 106, in install_requirements call_subprocess(args, show_stdout=False, spinner=spinner) File "/usr/local/Cellar/dcose2e/HEAD-60214ad/libexec/lib/python3.7/site-packages/pip/_internal/utils/misc.py", line 701, in call_subprocess % (command_desc, proc.returncode, cwd)) pip._internal.exceptions.InstallationError: Command "/usr/local/Cellar/dcose2e/HEAD-60214ad/libexec/bin/python3.7 -m pip install --ignore-installed --no-user --prefix /private/tmp/pip-build-env-3codv744 --no-warn-script-location -v --no-binary :all: --only-binary :none: -i https://pypi.org/simple -- flit" failed with error code 1 in None
Thank you for the report.
I have narrowed down the issue to pypa/flit#214 and am now trying to think of a workaround.
I have narrowed down the issue to pypa/flit#214 and am now trying to think of a workaround.
That was fixed and now we have a new issue - tracked in https://gitlab.com/takluyver/jeepney/issues/2.
@dylanleung The upstream issues have been fixed and this now works.