Which procedure for satnogs installation at the first times

Hello everyone,
I am looking for installation of Satnogs-client with this procedure and I got error
https://docs.satnogs.org/projects/satnogs-client/en/stable/userguide.html#installation

Traceback (most recent call last):
File “/usr/local/bin/satnogs-client”, line 6, in
from satnogsclient import main
File “/home/usrname/.local/lib/python3.7/site-packages/satnogsclient/main.py”, line 5, in
from satnogsclient.scheduler.tasks import status_listener
File “/home/usrname/.local/lib/python3.7/site-packages/satnogsclient/scheduler/tasks.py”, line 16, in
from satnogsclient.upsat.large_data_service import downlink
File “/home/usrname/.local/lib/python3.7/site-packages/satnogsclient/upsat/large_data_service.py”, line 107
global large_data_id
As someone can help me to fixe it?

I’am asking my self to know which procedure is recommanded for first installation of stanogs client
1- https://docs.satnogs.org/projects/satnogs-client/en/stable/userguide.html#installation
2-
$ git clone https://gitlab.com/librespacefoundation/satnogs/satnogs-client-ansible.git # Clone SatNOGS Client Ansible repository
$ cd satnogs-client-ansible # Change to cloned repository directory
$ git checkout stable # Optionally, check out stable (Debian Buster 10) branch
$ cp -r production.dist production # Copy dist configuration
$ vi production/inventory/hosts # Update file with your own target host e.g. 127.0.0.1, user and SSH password
$ ssh youruser@yourtargetsystem true # Test SSH connection to target system
$ ansible-playbook -i production/inventory/hosts -K site.yml # Run Ansible playbook
$ ssh -t youruser@yourtargetsystem sudo satnogs-setup # Setup SatNOGS client (see below)

option 2 worked for me using Debian 10 (buster) and that procedure

https://wiki.satnogs.org/SatNOGS_Client_Ansible

Ok
Thanks for your time!