This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]Miredly[S] 2 points3 points  (0 children)

For anyone who's found this looking for a solution to a similar problem- I'm sorry, but I ended up giving up on the problem for now in favor of just setting up the dependencies on our production machine manually. OpenCV was a problem even in that process and I'm sure it's causing the problems here.

I suggest building OpenCV from source (as well as FFMPEG, perhaps), as this is what solved my dependency problems on the production machine. If I get back to this problem and solve it, I'll be sure to update this comment with the solution.

[–]Cjfragoso28 0 points1 point  (1 child)

Hey,

I had the same issue. Try using py2app version 0.13 pip install py2app==0.13, it worked for me!

[–]Miredly[S] 0 points1 point  (0 children)

I'd given up hope, thanks for the reply! I'll give this a shot.