Vadims06 / topolograph-docker

This is dockerized version of topolograph
43 stars 5 forks source link

SSL Issue? #11

Open pydevlance opened 3 weeks ago

pydevlance commented 3 weeks ago

┌─[✗]─[parrot@parrot]─[~/Documents/Topograph/topolograph-docker] └──╼ $docker --version Docker version 20.10.22, build 3a2c30b

┌─[parrot@parrot]─[~/Documents/Topograph/topolograph-docker] └──╼ $python3 --version Python 3.9.2

Traceback: ─[parrot@parrot]─[~/Documents/Topograph/topolograph-docker] └──╼ $docker-compose up -d Traceback (most recent call last): File "/home/parrot/.local/bin/docker-compose", line 8, in sys.exit(main()) File "/home/parrot/.local/lib/python3.9/site-packages/compose/cli/main.py", line 81, in main command_func() File "/home/parrot/.local/lib/python3.9/site-packages/compose/cli/main.py", line 200, in perform_command project = project_from_options('.', options) File "/home/parrot/.local/lib/python3.9/site-packages/compose/cli/command.py", line 60, in project_from_options return get_project( File "/home/parrot/.local/lib/python3.9/site-packages/compose/cli/command.py", line 152, in get_project client = get_client( File "/home/parrot/.local/lib/python3.9/site-packages/compose/cli/docker_client.py", line 41, in get_client client = docker_client( File "/home/parrot/.local/lib/python3.9/site-packages/compose/cli/docker_client.py", line 124, in docker_client kwargs = kwargs_from_env(environment=environment, ssl_version=tls_version) TypeError: kwargs_from_env() got an unexpected keyword argument 'ssl_version'

pydevlance commented 3 weeks ago

forgot, ─[✗]─[parrot@parrot]─[~/Documents/Topograph/topolograph-docker] └──╼ $docker-compose --version docker-compose version 1.29.2, build unknown

pydevlance commented 3 weeks ago

I installed again a self signed but still errors.