(venv) C:\Users\customer\Desktop\Python\Prefect>prefect profiles ls
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\customer\AppData\Local\Programs\Python\Python312\Scripts\prefect.exe\__main__.py", line 4, in <module>
File "C:\Users\customer\AppData\Local\Programs\Python\Python312\Lib\site-packages\prefect\cli\__init__.py", line 3, in <module>
from prefect.cli.root import app
File "C:\Users\customer\AppData\Local\Programs\Python\Python312\Lib\site-packages\prefect\cli\root.py", line 16, in <module>
import prefect.context
File "C:\Users\customer\AppData\Local\Programs\Python\Python312\Lib\site-packages\prefect\context.py", line 617, in <module>
GLOBAL_SETTINGS_CONTEXT: SettingsContext = root_settings_context()
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\customer\AppData\Local\Programs\Python\Python312\Lib\site-packages\prefect\context.py", line 580, in root_settings_context
profiles = prefect.settings.load_profiles()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\customer\AppData\Local\Programs\Python\Python312\Lib\site-packages\prefect\settings.py", line 2101, in load_profiles
profiles = _read_profiles_from(DEFAULT_PROFILES_PATH)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\customer\AppData\Local\Programs\Python\Python312\Lib\site-packages\prefect\settings.py", line 2075, in _read_profiles_from
contents = toml.loads(path.read_text())
^^^^^^^^^^^^^^^^
File "C:\Users\customer\AppData\Local\Programs\Python\Python312\Lib\pathlib.py", line 1027, in read_text
with self.open(mode='r', encoding=encoding, errors=errors) as f:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\customer\AppData\Local\Programs\Python\Python312\Lib\pathlib.py", line 1013, in open
return io.open(self, mode, buffering, encoding, errors, newline)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\customer\\AppData\\Local\\Programs\\Python\\Python312\\Lib\\site-packages\\prefect\\profiles.toml'