jiang1997 commented on PR #297: URL: https://github.com/apache/skywalking-python/pull/297#issuecomment-1474994871
> I have simply tried `docker build buildx` by referring to [apache/skywalking-eyes#132](https://github.com/apache/skywalking-eyes/pull/132) . But it turns out that `skywalking-python` can't be installed directly on linux/arm64. > > ``` > => => extracting sha256:a2ae4d14db5909da83c9bbe5296aa28df736473d058728285f074eda6e427b0e 0 > => [linux/amd64 2/2] RUN pip install --no-cache-dir "apache-skywalking[grpc]==0.8.0" 26 > => ERROR [linux/arm64 2/2] RUN pip install --no-cache-dir "apache-skywalking[grpc]==0.8.0" 10 > ------ > > [linux/arm64 2/2] RUN pip install --no-cache-dir "apache-skywalking[grpc]==0.8.0": > #0 8.577 ERROR: Exception: > #0 8.577 Traceback (most recent call last): > #0 8.577 File "/usr/local/lib/python3.8/site-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper > #0 8.577 status = run_func(*args) > #0 8.577 File "/usr/local/lib/python3.8/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper > #0 8.577 return func(self, options, args) > #0 8.577 File "/usr/local/lib/python3.8/site-packages/pip/_internal/commands/install.py", line 285, in run > #0 8.577 session = self.get_default_session(options) > #0 8.577 File "/usr/local/lib/python3.8/site-packages/pip/_internal/cli/req_command.py", line 75, in get_default_session > ``` > > To delve deeper, I'll be creating a Linux/ARM64 environment. solved according to this https://github.com/docker/buildx/issues/464#issuecomment-740434862 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
