You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: for sync list indices must be integers, not unicode
Traceback (most recent call last):
File "/usr/bin/docker-compose", line 11, in <module>
load_entry_point('docker-compose==1.17.1', 'console_scripts', 'docker-compose')()
File "/usr/lib/python2.7/dist-packages/compose/cli/main.py", line 68, in main
command()
File "/usr/lib/python2.7/dist-packages/compose/cli/main.py", line 121, in perform_command
handler(command, command_options)
File "/usr/lib/python2.7/dist-packages/compose/cli/main.py", line 952, in up
start=not no_start
File "/usr/lib/python2.7/dist-packages/compose/project.py", line 455, in up
get_deps,
File "/usr/lib/python2.7/dist-packages/compose/parallel.py", line 70, in parallel_execute
raise error_to_reraise
TypeError: list indices must be integers, not unicode
对Python不是很熟,一样的代码在mac运行正常,在docker中出现问题,表示很困惑
The text was updated successfully, but these errors were encountered:
我的dockerfile是
运行结果是
对Python不是很熟,一样的代码在mac运行正常,在docker中出现问题,表示很困惑
The text was updated successfully, but these errors were encountered: