Closed
Description
Hi all,
After Docker installation, the node does not run and instead I get this message:
ethoscope-node | Traceback (most recent call last):
ethoscope-node | File "/usr/bin/systemctl.py", line 6789, in <module>
ethoscope-node | FORCE_IPV4 = opt.force_ipv4
ethoscope-node | ^^^^^^^^^^^^^^
ethoscope-node | AttributeError: 'Values' object has no attribute 'force_ipv4'
Is there a solution, guide, or any other steps I should take to complete the installation successfully?
Steps I took leading to the issue:
- Cloned the Docker folder from github (I've also tried using
docker pull
, which led to issue docker container not working #185 ) - Navigated to the Dockerfile and installed it using either using
docker build .
ordocker compose up
- Ran it, resulting in the error
Any help would be greatly appreciated!
Metadata
Metadata
Assignees
Labels
No labels