An error occurred running the upgrade command "docker-compose pull"

Viewed 113

The error is as follows:

/usr/local/lib/python3.6/site-packages/paramiko/transport.py:32: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6.
from cryptography.hazmat.backends import default_backend

ERROR:
Can't find a suitable configuration file in this directory or any
parent. Are you in the right directory?
Supported filenames: docker-compose.yml, docker-compose.yaml, compose.yml, compose.yaml

1 Answers

There are two issues here, whether there is a docker-compose.yaml file in the current directory. The other question is, can you try using the docker compose pull command.