When importing streamlit recive attributeError

hi,
when i try to import streamlit I receive the following error:
the code in question is:

import streamlit as st

attributeError: module ‘ploty.graph_objs.layout.template.data’ has no attribute 'Icicle"

couldn’t find any reference to it here.

Debug info

  • Python version: 3.8.3
  • using conda
  • OS version: windows 10

Requirements file

copied from somewhere here

Hi there,

Thanks for sharing your question with the community! Check out our guidelines on how to post an effective question here – in particular, please edit your post to include a code snippet. We can’t run your code to reproduce the error from only the screenshot.