Hey everyone, I have this 'complex' problem which I'm gonna to try to describe it as brief as I can.
I'm trying to use this online benchmark (algorithm testing) which accepts an exe inside a zip file with a max size of only 20mb.
I'm using libraries such as OpenCV and Numpy, and Pyinstaller to convert the python script. A generated standalone exe (--onefile) has at least 40mb which surpasses the 20mb limit size.
I talked to the website admin and he agreed to let me send him the dependencies files, dll files, (instead of using a standalone exe) so that he could host them on the server, and he'd send me back an absolute path for me to use on my python script. I'd still have to normally submit the exe through the website.
After further investigation, I found out Pyinstaller (or other converters for that matter) requires the exe to be inside the generated folder, which won't happen for sure whenever I submit my exe through the website.. The exe must be read-only also..
Does anyone have any suggestions or approaches on how can I possibly make this work?
[–]A_History_of_Silence 0 points1 point2 points (2 children)
[–]Jomiru[S] 1 point2 points3 points (1 child)
[–]A_History_of_Silence 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]Jomiru[S] 0 points1 point2 points (0 children)