Details
-
Bug
-
Resolution: Done
-
P0: Blocker
-
5.12.4, 5.13, 5.14
-
None
-
f2be418701f451a4d68a4949d996b873b1836305 (qt/qtivi/5.14) 721f1e60cefdaa1a17eb945a6b806fdfb9797546 (qt/qtivi/5.14) ffeb2eed3ff3a4844e63f74db8a6b42634008238 (qt/qtinterfaceframework/dev) 0b79f0234ae3cedb610e54c4589a6df880386dcd (qt/qtinterfaceframework/dev)
Description
QtIvi can't be build because of the following error:
cd qtivi_qface_virtualenv && C:\Python36\python.exe -m virtualenv -p C:\Python36\python.exe --relocatable . usage: virtualenv [--version] [--with-traceback] [-v | -q] [--discovery {builtin}] [-p py] [--creator {builtin,cpython3-win,venv}] [--seeder {app-data,pip}] [--no-seed] [--activators comma_separated_list] [--clear] [--system-site-packages] [--symlinks | --copies] [--download | --no-download] [--extra-search-dir d [d ...]] [--pip version] [--setuptools version] [--wheel version] [--no-pip] [--no-setuptools] [--no-wheel] [--clear-app-data] [--symlink-app-data] [--prompt prompt] [-h] dest virtualenv: error: unrecognized arguments: --relocatable
The virtualenv package got updated and the '--relocatable' function got removed. This prevents building QtIvi with this version.
As most distributions ship this versions yet, this is not a problem on linux in general, but more on all other platforms, as virtualenv is installed with pip and this fetches the latest version automatically.
Because of this the integration currently fails on some platforms.