thinker0 commented on issue #3686:
URL:
https://github.com/apache/incubator-heron/issues/3686#issuecomment-839708275
```bash
PEX_VERBOSE=9 heron version
..........
pex: Failed to resolve a requirement: The 'pyyaml' distribution was not
found and is required by the application
pex: Failed to resolve a requirement: The 'netifaces' distribution was not
found and is required by the application
pex: Activating PEX virtual environment from /Users/thinker0/bin/heron ::
Resolving six from [Requirement.parse('six==1.16.0; python_version != "3.0.*"
and python_version != "3.1.*"pex: Unresolved requirements:
pex: - pyyaml
pex: - netifaces
pex: Distributions contained within this pex:
pex: - PyYAML-3.13-cp38-cp38-macosx_10_15_x86_64.whl
pex: - colorlog-2.6.1-py2.py3-none-any.whl
pex: - netifaces-0.10.6-cp38-cp38-macosx_10_15_x86_64.whl
pex: - protobuf-3.8.0-py2.py3-none-any.whl
pex: - requests-2.12.3-py2.py3-none-any.whl
pex: - setuptools-46.1.3-py3-none-any.whl
pex: - six-1.16.0-py2.py3-none-any.whl
Failed to execute PEX file. Needed macosx_11_3_x86_64-cp-37-cp37m compatible
dependencies for:
1: pyyaml
But this pex only contains:
PyYAML-3.13-cp38-cp38-macosx_10_15_x86_64.whl
2: netifaces
But this pex only contains:
netifaces-0.10.6-cp38-cp38-macosx_10_15_x86_64.whl
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]