While running app on streamlit run there is an error can anyone pls help..?/

Traceback (most recent call last):
  File "C:\Users\prateek\anaconda3\envs\Machinelearning\lib\runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Users\prateek\anaconda3\envs\Machinelearning\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Users\prateek\anaconda3\envs\Machinelearning\Scripts\streamlit.exe\_main_.py", line 4, in <module>
  File "C:\Users\prateek\anaconda3\envs\Machinelearning\lib\site-packages\streamlit\_init_.py", line 46, in <module>
    from streamlit import logger as _logger
  File "C:\Users\prateek\anaconda3\envs\Machinelearning\lib\site-packages\streamlit\logger.py", line 21, in <module>
    from streamlit import config
  File "C:\Users\prateek\anaconda3\envs\Machinelearning\lib\site-packages\streamlit\config.py", line 27, in <module>
    from streamlit import config_util
  File "C:\Users\prateek\anaconda3\envs\Machinelearning\lib\site-packages\streamlit\config_util.py", line 4, in <module>

Hi @Prateek_Kumar, welcome to the Streamlit community!

Can you post the code that generates this error, preferably as a GitHub repo?

Best,
Randy

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.