Docker-Compose error with python

Hello distinguished people.
I need your help. I keep getting this error message on my MAC OS X 10.9.5

Last login: Wed Apr 18 01:48:47 on ttys002
macs-mbp:~ OOLA$ docker-compose --version
[23797] Error loading Python lib ‘/var/folders/v9/f7pbhcld0rd5fhqgh2nqs1j40000gp/T/_MEIPOy959/.Python’: dlopen: dlopen(/var/folders/v9/f7pbhcld0rd5fhqgh2nqs1j40000gp/T/_MEIPOy959/.Python, 10): Symbol not found: _faccessat
Referenced from: /var/folders/v9/f7pbhcld0rd5fhqgh2nqs1j40000gp/T/_MEIPOy959/.Python
Expected in: /usr/lib/libSystem.B.dylib
in /var/folders/v9/f7pbhcld0rd5fhqgh2nqs1j40000gp/T/_MEIPOy959/.Python
macs-mbp:~ OOLA$

pls does anyone understand this. what do i do or what am i not doing?

Thanks

@vhcrypto, have you been able to resolve this issue yet?

I’m receiving this same error, and I’m also on OSX 10.9.5.

I went looking for the specified .Python file (equivalent to your ‘/var/folders/v9/f7pbhcld0rd5fhqgh2nqs1j40000gp/T/_MEIPOy959/.Python’)

and discovered that the final subdirectory (equivalent to your ‘_MEIPOy959’) is missing.

However, the specified /usr/lib/libSystem.B.dylib file is present. (FWIW)

More info:
This issue appears to be related to a known pyinstaller problem:

I would appreciate any insight or pointers – a temp bandaid would be great – from anyone who’d care to comment.