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

Unable to do a fresh install #625

Open
ramonetdev opened this issue Mar 31, 2024 · 4 comments
Open

Unable to do a fresh install #625

ramonetdev opened this issue Mar 31, 2024 · 4 comments

Comments

@ramonetdev
Copy link

Hi! My Raspberry decided to chrash a few days ago and when I try to reinstall VWsFriend I got a bunch of errors related to Docker. It´s possible that it could be related with de change of the version of Docker since v1 is deprecated (I couldn't install an older version in the Raspberry) and v2 seems to require some changes in the sentences.
I asumethat the install process was made for v1 so I wonder if it could be possible to adapt it to v2, hoping that it would be enough to get VWFriend installed in my system again.

Many thanks in advance!

@tillsteinbach
Copy link
Owner

Can you post the errors here?

@ramonetdev
Copy link
Author

There it is:

xxxx@raspberrypi:/dockerconfig/vwfriends $ ls
docker-compose.yml myconfig.env
xxxx@raspberrypi:
/dockerconfig/vwfriends $ docker-compose --env-file ./myconfig.env up
Traceback (most recent call last):
File "/usr/local/bin/docker-compose", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.9/dist-packages/compose/cli/main.py", line 81, in main
command_func()
File "/usr/local/lib/python3.9/dist-packages/compose/cli/main.py", line 200, in perform_command
project = project_from_options('.', options)
File "/usr/local/lib/python3.9/dist-packages/compose/cli/command.py", line 60, in project_from_options
return get_project(
File "/usr/local/lib/python3.9/dist-packages/compose/cli/command.py", line 152, in get_project
client = get_client(
File "/usr/local/lib/python3.9/dist-packages/compose/cli/docker_client.py", line 41, in get_client
client = docker_client(
File "/usr/local/lib/python3.9/dist-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'

Thank you!

@tillsteinbach
Copy link
Owner

Can you try "docker compose" instead of "docker-compose"?

@ramonetdev
Copy link
Author

It worked! Thank you Till!

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

No branches or pull requests

2 participants