Greetings All,
I have a script that uses several python packages installable through conda but are not in the default arcgis pro environment. The packages are dbfread and sqlalchemy.
I want to share the script with other people who have Pro installed on their computers, but don't want them to have to tinker with setting up their own python environments and installing the dependencies on their own. Ideally, I want to be able to send users the toolbox, then they can just run it without them having to do any installation or messing around with conda environments.
I know this is doable if you don't use any non-default packages in the script, but is it possible to specify dependencies in a toolbox and have them installed on the fly? Or would that require something more complicated like Poetry or setuptools?
Thanks,