Skip to content

do not work in linux-arm64 #59

Description

@1178615156
  • Operating System: CentOS Linux 7 (AltArch)
  • CPE OS Name: cpe:/o:centos:centos:7:server
  • Kernel: Linux 4.18.0-193.1.2.el7.aarch64
  • Architecture: arm64

dockerfile

FROM python:3.7

RUN pip install dash dash-auth kaleido
RUN pip install flask flask-caching
RUN pip install influxdb openpyxl

CMD ["python"]

log

    b = fig.to_image(engine='kaleido')
  File "/usr/local/lib/python3.7/site-packages/plotly/basedatatypes.py", line 3495, in to_image
    return pio.to_image(self, *args, **kwargs)
  File "/usr/local/lib/python3.7/site-packages/plotly/io/_kaleido.py", line 132, in to_image
    fig_dict, format=format, width=width, height=height, scale=scale
  File "/usr/local/lib/python3.7/site-packages/kaleido/scopes/plotly.py", line 103, in transform
    figure, format=format, width=width, height=height, scale=scale
  File "/usr/local/lib/python3.7/site-packages/kaleido/scopes/base.py", line 201, in _perform_transform
    self._ensure_kaleido()
  File "/usr/local/lib/python3.7/site-packages/kaleido/scopes/base.py", line 120, in _ensure_kaleido
    raise ValueError(message)
ValueError: Failed to start Kaleido subprocess. Error stream:

/usr/local/lib/python3.7/site-packages/kaleido/executable/kaleido: line 10:   178 Segmentation fault      ./bin/kaleido --no-sandbox --allow-file-access-from-files --disable-breakpad $@


Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3not needed for current cyclebugsomething broken

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions