我正在尝试运行this docker for openstreetmaps。当我尝试运行docker(docker-compose up
)时,出现以下错误:
PS C:\Users\andrew\docker\docker-osm> docker-compose up
Starting dockerosm_storage ... done
Starting dockerosm_osmupdate ...
Starting dockerosm_osmupdate ... error
Starting dockerosm_imposm ... done
ERROR: for dockerosm_osmupdate Cannot start service osmupdate: b'OCI runtime create failed: container_linux.go:348: sta
rting container process caused "exec: \\"python\\": executable file not found in $PATH": unknown'
ERROR: for osmupdate Cannot start service osmupdate: b'OCI runtime create failed: container_linux.go:348: starting cont
ainer process caused "exec: \\"python\\": executable file not found in $PATH": unknown'
ERROR: Encountered errors while bringing up the project.
看起来我的python路径不正确。应该是因为我正确地将它添加到我的路径中。有什么想法吗?