nicknezis opened a new issue #3686:
URL: https://github.com/apache/incubator-heron/issues/3686
**Describe the bug**
I compiled the `heron-install.sh` package. Ran it to install Heron locally.
But get the following errors when I run `heron-tracker` and `heron-ui`.
```
❯ ~/.heron/bin/heron-tracker
Failed to execute PEX file. Needed macosx_11_2_x86_64-cp-38-cp38 compatible
dependencies for:
1: pyyaml
But this pex only contains:
PyYAML-3.13-cp38-cp38-macosx_11_x86_64.whl
2: tornado
But this pex only contains:
tornado-4.0.2-cp38-cp38-macosx_11_x86_64.whl
3: zope.interface
But this pex only contains:
zope.interface-4.0.5-cp38-cp38-macosx_11_x86_64.whl
```
```
❯ ~/.heron/bin/heron-ui
Traceback (most recent call last):
File ".bootstrap/pex/environment.py", line 268, in _resolve
File
".bootstrap/pex/vendor/_vendored/setuptools/pkg_resources/__init__.py", line
818, in resolve
pex.vendor._vendored.setuptools.pkg_resources.DistributionNotFound: The
'MarkupSafe>=0.23' distribution was not found and is required by jinja2
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File ".bootstrap/pex/pex.py", line 394, in execute
File ".bootstrap/pex/pex.py", line 92, in _activate
File ".bootstrap/pex/environment.py", line 239, in activate
File ".bootstrap/pex/environment.py", line 408, in _activate
File ".bootstrap/pex/environment.py", line 273, in _resolve
File ".bootstrap/pex/orderedset.py", line 40, in update
File ".bootstrap/pex/orderedset.py", line 33, in add
TypeError: unhashable type: 'list'
```
My version of Python (although I do have Python 2 also installed)
```
❯ python3 --version
Python 3.8.8
```
**To Reproduce**
Steps to reproduce the behavior:
1. `bazel build --config=darwin_nostyle scripts/packages:binpkgs`
2. `heron-install.sh --user`
3. `~/.heron/bin/heron-tracker`
**Operating System**
- OS: Mac OSX
--
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]