plotly.R icon indicating copy to clipboard operation
plotly.R copied to clipboard

save_image non functional on linux aarch64 devices

Open AsymptoticsAnonymous opened this issue 3 years ago • 0 comments

save_image relies on the miniconda installation (per the documentation, save_image(...) 'Installation' section).

This currently fails on Linux aarch64 devices due to an unresolved issue with conda support on that hardware (https://github.com/ContinuumIO/anaconda-issues/issues/12886)

As a result, save_image() is non-functional in the sense the 'Installation' instructions cannot be successfully completed.

AsymptoticsAnonymous avatar Apr 04 '22 23:04 AsymptoticsAnonymous