GitHub user pepdiz added a comment to the discussion: docker installation from
github fails
hi @dosu
A step backwards it seems...
I did all the points you suggested from 1 to 5 but with problems:
1. done using port 8998
```
$ grep -A 1 ports docker-composeT.yml
ports:
- 8998:8088
```
2. done, but after that I couldn't restart docker service (systemctl) because
it failed saying it cannot create the rule because it already exists
(iptables). It seems it's a problem of compatibility with nft tables (which is
what is installed in this system). I resolved this issue running dockerd with
"--iptables=false" parameter. Now it starts apparently ok.
3. There's no rule blocking port 8998 or any related to http or https. I
checked this showing complete ruleset with
`$ nft -s -n list ruleset
`
4. I assume docker is running not rootless because it is running as user root:
```
$ docker info |grep rootless
$ ps aux|grep dockerd
root 653827 0.0 0.4 2624216 100944 ? Ssl Feb03 0:05
/usr/bin/dockerd --iptables=false -H fd://
--containerd=/run/containerd/containerd.sock
```
Also SELinux appears to be disabled:
```
$ sestatus
SELinux status: disabled
```
5. There's no /var/log/docker.log file and journalctl don't give any error
related to docker or port binding
but now I come back to the previous setuptool error (even when I still have
proxy added to .env file):
```
superset_init | Installing superset-core in editable mode
superset_init | Resolved 1 package in 6ms
superset_init | Building apache-superset-core @ file:///app/superset-core
superset_init | × Failed to build `apache-superset-core @
file:///app/superset-core`
superset_init | ├─▶ Failed to resolve requirements from
`build-system.requires`
superset_init | ├─▶ No solution found when resolving: `setuptools>=76.0.0`,
`wheel`
superset_init | ├─▶ Failed to fetch: `https://pypi.org/simple/setuptools/`
superset_init | ├─▶ Request failed after 3 retries
superset_init | ├─▶ error sending request for url
(https://pypi.org/simple/setuptools/)
superset_init | ╰─▶ operation timed out
superset_init exited with code 1
```
I tried executing the docker compose up both as a normal user and as root user
with same result.
GitHub link:
https://github.com/apache/superset/discussions/37610#discussioncomment-15691265
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]