Open
Description
My situation:
PC 1: Win 10, admin rights, Visual Studio C++ build tools installed, script in WPy64-3760 running w/o problems.
PC 2: WPy64-3760 (exact copy of the one from the above PC), Win 10, BUT no admin rights & no VS C++ build tools on the PC & downloading/installing these is not possible.
I get an error on PC 2: "ImportError: Building module utils.cython_nms failed: ..... unable to find vcvarsall.bat".
I am aware of that in order to solve this i should install Visual Studio 2017's C++ , but unfortunately it is impossible on the machine, (since i have no admin rights).
Is it possible to compile the missing binaries on PC 1 and transfer these binaries in order to be able to run on the machine?
If so, how? Every help is welcome!