ModuleNotFoundError: No module named 'streamlit_extras.add_vertical_space'

Getting these error pls help…
ModuleNotFoundError: No module named 'streamlit_extras.add_vertical_space'

python version - v3.11.1(miniconda)

even tried to upgrade streamlit extras but still getting this error:

using this command: python -m pip install --upgrade streamlit-extras

WARNING: Ignoring invalid distribution ~treamlit (D:\STUDY\Semester 6\Capstone Project\.venv\Lib\site-packages)
Installing collected packages: streamlit, streamlit-vertical-slider, streamlit-toggle-switch, streamlit-image-coordinates, streamlit-card, streamlit-faker, markdownlit, streamlit-extras
  WARNING: Failed to write executable - trying to use .deleteme logic
ERROR: Could not install packages due to an OSError: [WinError 32] The process cannot access the file because it is being used by another process: 'D:\\STUDY\\Semester 6\\Capstone Project\\.venv\\Scripts\\streamlit.exe' -> 'D:\\STUDY\\Semester 6\\Capstone Project\\.venv\\Scripts\\streamlit.exe.deleteme'
Check the permissions.

You can check this doc for ModuleNotFoundErrors it might help

1 Like

This solve my issue:

python -m pip install --upgrade streamlit-extras

1 Like

Great glad it work!! All the best

this also solve my issue, thanks