Got this Error while checking and creating the streamlit

Can anyone please tell me, why i got this error while checking the version, creating an app

(New_stream) C:\Users\Praneeth>streamlit version
Traceback (most recent call last):
File “c:\users\praneeth\anaconda3\envs\new_stream\lib\runpy.py”, line 193, in run_module_as_main
main”, mod_spec)
File “c:\users\praneeth\anaconda3\envs\new_stream\lib\runpy.py”, line 85, in run_code
exec(code, run_globals)
File "C:\Users\Praneeth\anaconda3\envs\New_stream\Scripts\streamlit.exe_main
.py", line 4, in
File "c:\users\praneeth\anaconda3\envs\new_stream\lib\site-packages\streamlit_init
.py", line 76, in
from streamlit.delta_generator import DeltaGenerator as _DeltaGenerator
File “c:\users\praneeth\anaconda3\envs\new_stream\lib\site-packages\streamlit\delta_generator.py”, line 19, in
from streamlit import caching
File “c:\users\praneeth\anaconda3\envs\new_stream\lib\site-packages\streamlit\caching.py”, line 39, in
from streamlit.hashing import Context
File “c:\users\praneeth\anaconda3\envs\new_stream\lib\site-packages\streamlit\hashing.py”, line 41, in
from streamlit.folder_black_list import FolderBlackList
File “c:\users\praneeth\anaconda3\envs\new_stream\lib\site-packages\streamlit\folder_black_list.py”, line 40, in
if config.get_option(“global.developmentMode”):
File “c:\users\praneeth\anaconda3\envs\new_stream\lib\site-packages\streamlit\config.py”, line 103, in get_option
config_options = get_config_options()
File “c:\users\praneeth\anaconda3\envs\new_stream\lib\site-packages\streamlit\config.py”, line 1073, in get_config_options
_update_config_with_toml(file_contents, filename)
File “c:\users\praneeth\anaconda3\envs\new_stream\lib\site-packages\streamlit\config.py”, line 946, in _update_config_with_toml
parsed_config_file = toml.loads(raw_toml)
File “c:\users\praneeth\anaconda3\envs\new_stream\lib\site-packages\toml\decoder.py”, line 434, in loads
original, pos)
toml.decoder.TomlDecodeError: Key group not on a line by itself. (line 1 column 1 char 0)

Hey @praneeth,

First, welcome to the Streamlit community!!! :partying_face: :partying_face: :tada: :tada: :sparkles:

I’m not as sure about this because you seem to be in windows but usually (i.e. on Mac and Linux) you check the version by using flags. I mean I always assumed this was universal, so going to throw out a possibly silly question:

Have you tried with streamlit --version?

Happy Streamlit-ing!
Marisa