multiprocess
doesn't honor modified sys.path
and fails with ModuleNotFoundError: No module named 'multiprocess'
#107
Labels
We use
pip install --target
to installpathos
,multiprocess
and other dependencies into a custom location and importmultiprocess
after modifyingsys.path
:(The actual code is https://github.com/Azure/azure-cli/blob/2e87ac82207b345be80aa7051cabf5071f1b94dd/src/azure-cli-core/azure/cli/core/extension/operations.py#L498)
This causes failure:
This issue only happens on Windows, not Linux.
Is this a supported use case? If not, what is the best way to let
multiprocess
honor modifiedsys.path
. Thanks a lot for the help.The text was updated successfully, but these errors were encountered: