Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-compose start error #236

Closed
wdongdongde opened this issue Nov 3, 2022 · 1 comment
Closed

docker-compose start error #236

wdongdongde opened this issue Nov 3, 2022 · 1 comment

Comments

@wdongdongde
Copy link

image

got the result:

/usr/local/lib/python2.7/dist-packages/paramiko/transport.py:33: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
from cryptography.hazmat.backends import default_backend
Traceback (most recent call last):
File "/usr/local/bin/docker-compose", line 7, in
from compose.cli.main import main
File "/usr/local/lib/python2.7/dist-packages/compose/cli/main.py", line 24, in
from ..config import ConfigurationError
File "/usr/local/lib/python2.7/dist-packages/compose/config/init.py", line 6, in
from .config import ConfigurationError
File "/usr/local/lib/python2.7/dist-packages/compose/config/config.py", line 51, in
from .validation import match_named_volumes
File "/usr/local/lib/python2.7/dist-packages/compose/config/validation.py", line 12, in
from jsonschema import Draft4Validator
File "/usr/local/lib/python2.7/dist-packages/jsonschema/init.py", line 21, in
from jsonschema._types import TypeChecker
File "/usr/local/lib/python2.7/dist-packages/jsonschema/_types.py", line 3, in
from pyrsistent import pmap
File "/usr/local/lib/python2.7/dist-packages/pyrsistent/init.py", line 3, in
from pyrsistent._pmap import pmap, m, PMap
File "/usr/local/lib/python2.7/dist-packages/pyrsistent/_pmap.py", line 98
) from e
^
SyntaxError: invalid syntax

@wdongdongde
Copy link
Author

the problem of docker-compose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant