So our organization requires all developers to have VENV’s for their python development.
which of course is a good security measure, but a unfortunate because we can not create robocorp files on our local machines.
Someone at robocorp should definitely look into compatibility. or provide some details on what pip packages are required to be available locally
Installing and using python on OS is definitely not a good practice, but as far as we know ‘venv’ (the tool) really does provide any additional security…?
Do you mean venv the tool or virtual machines…?
RCC isolates your python environment and quite a bit more, so it provides a good chunk more than just venv, which means we cannot simply make things venv compatible.