Hey guys, I'm working on delivering a script to a client that they can simply run as an executable file. To do this I've used PyInstaller. I cannot however get the executable version of the script running, as I run into this error every time I try to run it.
I was wondering if anyone has experience with Pyinstaller making meraki code executable in general. It would even be helpful to translate what this error means I'm not very sure where to look as I go about debugging.
ModuleNotFoundError: No module named 'meraki.__init__.rest_session'
My hunch is that there is something about where the packages are installed, but i've tried deleting and reinstalling all the packages inside and outside a virtual environment, and even creating the executable at the top level folder of my computer.
Any input would be welcome. Thank you.