It installs for me locally.
@Suor * sorry, couldn't resist * :slightly_smiling_face:

Managed to reproduce problem on my machine. Seems to me like script is trying to build dvc using base python located on machine, rather than currently used environment. Don't know why yet.
EDIT:
build_posix.sh uses pyinstaller from /usr/local/bin/pyinstaller instead of the one from venv.
EDIT2:
initial conclusions were wrong, seems like its right python
to reproduce, run scirpts/build_posix.sh as super user
could it be related to google-resumable-media[requests] not being parsed correctly as google-resumable-media; requests >= 2.18.0, < 3.0.0dev?
Forcing google-resumable-media==0.3.2 in setup seems to solve the problem.
Need to fix case with 0.3.3 version.
This was closed by #2454 , isn't it?
@mroutis No, that was a workaround. We still need to solve it properly, most likely, by fixing the pyinstaller.
FIxed by #2449
Most helpful comment
could it be related to
google-resumable-media[requests]not being parsed correctly asgoogle-resumable-media; requests >= 2.18.0, < 3.0.0dev?googleapis/[email protected]/setup.py#L31