Has anyone managed to bundle the arcgis(v2.2.0) python library into an executable? I've found that this code runs fine as separate python files but once bundled with pyinstaller into a .app file ends up in a crash on the first use of the library
https://pypi.org/project/arcgis/
Error:
`ModuleNotFoundError: No module named 'arcgis.gis._impl._portalpy'`