smart-edge-open / converged-edge-experience-kits

Source code for experience kits with Ansible-based deployment.
Apache License 2.0
37 stars 40 forks source link

Error while deployment v20.12 : No matching distribution found for slip==0.4.0 #76

Closed AmanThakral02 closed 3 years ago

AmanThakral02 commented 3 years ago

Trying on 20.12

While deploying getting error:

ERROR: Could not find a version that satisfies the requirement slip==0.4.0

2020-12-21_06-46-33_ansible.log

amr-mokhtar commented 3 years ago

Hi @AmanThakral02!! Did you install on a fresh OS? Remember that 20.12 release is based on CentOS 7.8 Minimal. CentOS 7.8 must be installed on all nodes (controller & workers)

AmanThakral02 commented 3 years ago

@amr-mokhtar , I am using CentOS 7.8.2003 on both controller and worker

tomaszwesolowski commented 3 years ago

Hi @AmanThakral02, We're investigating the issue, will get back to you as soon as possible.

tomaszwesolowski commented 3 years ago

@AmanThakral02 It looks that you can remove this dependency from roles/docker/files/requirements.txt remove following lines: slip==0.4.0 slip.dbus==0.4.0

Those dependencies will be removed in future releases.