Hi,
I use the scriptEditor to run python scripts. These scripts import modules that depend on packages. Everything works as expected as long as I add the ‘pip install‘ flag in the main entry file (e.g.: # r: ifcopenshell==0.8.0)
Now for every script file that (directly, or indirectly) loads this module, I need to add the flag. Especially for the indirect imports it is error prown and easy to forget. Could you please extend the feature to install the package when the “r: “ flag is inside any of the loaded modules?
Thanks,
Tim