bitter-ability-32190
03/18/2022, 5:08 PM[17:04:07]
  File "/home/buildagent/.cache/pants/setup/bootstrap-Linux-x86_64/2.10.0rc2_py38/lib/python3.8/site-packages/pants/util/dirutil.py", line 18, in <module>
[17:04:07]
    from typing_extensions import Literal
[17:04:07]
ModuleNotFoundError: No module named 'typing_extensions'if TYPE_CHECKINGbitter-ability-32190
03/18/2022, 5:22 PMbitter-ability-32190
03/18/2022, 5:32 PMwide-midnight-78598
03/18/2022, 5:37 PMtry:
    from typing import Literal
except ImportError:
    from typing_extensions import Literalwide-midnight-78598
03/18/2022, 5:38 PMtyping_extensionsbitter-ability-32190
03/18/2022, 5:38 PMtyping_extensionsbitter-ability-32190
03/18/2022, 5:38 PMtyping_extensionswide-midnight-78598
03/18/2022, 5:39 PMtyping_extensionsfrom typingwide-midnight-78598
03/18/2022, 5:41 PMbitter-ability-32190
03/18/2022, 6:12 PMbitter-ability-32190
03/18/2022, 6:13 PMbitter-ability-32190
03/18/2022, 6:48 PMtyping_extensions~/.cache/pants/setup/bootstrap-Linux-x86_64/2.10.0rc2_py38/lib/python3.8/site-packagesbitter-ability-32190
03/18/2022, 6:57 PMI wonder if PYTHOPATH is set to something that has the library, so when my subprocess executes it inherits it. When I invoke pants directly it doesn't?I think this is exactly what's happening.
bitter-ability-32190
03/18/2022, 7:03 PM