Hi Valentyn, 1. No, I haven't. I can manually run tests with `python setup.py nosetests --test *` (BTW, it's not mentioned in the doc `pip install nose` is required). 2. Yes, I'm using Miniconda3 on Mac and I've done `source ~/miniconda3/bin/activate py3` to activate my Python3 environment. It seems the `python` installed at `sdks/python/target/.tox/bin/py37-lint` is corrupted.
Thanks, Manu On Sat, Sep 15, 2018 at 7:26 AM Valentyn Tymofieiev <[email protected]> wrote: > Hi Manu, > > I saw your PR https://github.com/apache/beam/pull/6397 (thanks a lot!) - > did you resolve the issue with setup? > > I have not tried Miniconda with Beam myself. Perhaps you could describe > your setup in more detail, so that I (or other folks on the list) could try > to reproduce the issue? Also, did you use Miniconda3? > > Thanks, > Valentyn > > > On Wed, Sep 12, 2018 at 11:01 PM Manu Zhang <[email protected]> > wrote: > >> Hi, >> >> Has anyone tried running Python3 tests (e.g. `tox -e py3-lint`) in >> miniconda ? >> >> I'm seeing following errors >> >> *ERROR: virtualenv is not compatible with this system or executable* >> >> My `virtualenv` is installed with `pip` in the miniconda environment and >> it seem it's not compatible here. >> >> >> Thanks, >> Manu Zhang >> >
