RESOLVED INVALID 216948
[Windows] Python module autoinstall fails if temp drive is different from source tree drive
https://bugs.webkit.org/show_bug.cgi?id=216948
Summary [Windows] Python module autoinstall fails if temp drive is different from sou...
Stephan Szabo
Reported 2020-09-24 16:22:07 PDT
The autoinstall of python modules appears to fail on native win32 python if the temp drive and source drive are different. It looks like changing to the temporary directory and using --root=/ makes the setup ignore the drive letter on the paths passed to --home, and --install-lib, etc and instead install to the rest of the path on the drive that contains the temp drive and then the script fails to load the module. It seems like using --root=<srcdriveletter>:/ installs it to the expected location.
Attachments
Stephan Szabo
Comment 1 2020-09-24 16:27:55 PDT
On retest, I can't make this happen any more, not sure what's different.
Note You need to log in before you can comment on or make changes to this bug.