I am getting error from base envinorment while opening spyder in anaconda

I am getting error from base envinorment while opening spyder in anaconda

C:\Users\HARSHA\anaconda3\Lib\site-packages\paramiko\transport.py:219: CryptographyDeprecationWarning: Blowfish has been deprecated
“class”: algorithms.Blowfish,
Traceback (most recent call last):
File “C:\Users\HARSHA\anaconda3\Scripts\spyder-script.py”, line 10, in
sys.exit(main())
^^^^^^
File “C:\Users\HARSHA\anaconda3\Lib\site-packages\spyder\app\start.py”, line 256, in main
mainwindow.main(options, args)
File “C:\Users\HARSHA\anaconda3\Lib\site-packages\spyder\app\mainwindow.py”, line 1823, in main
mainwindow = create_window(MainWindow, app, splash, options, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\HARSHA\anaconda3\Lib\site-packages\spyder\app\utils.py”, line 289, in create_window
main.setup()
File “C:\Users\HARSHA\anaconda3\Lib\site-packages\spyder\app\mainwindow.py”, line 732, in setup
internal_plugins = find_internal_plugins()
^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\HARSHA\anaconda3\Lib\site-packages\spyder\app\find_plugins.py”, line 40, in find_internal_plugins
mod = importlib.import_module(entry_point.module_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\HARSHA\anaconda3\Lib\importlib_init_.py”, line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “”, line 1204, in _gcd_import
File “”, line 1176, in _find_and_load
File “”, line 1147, in _find_and_load_unlocked
File “”, line 690, in _load_unlocked
File “”, line 940, in exec_module
File “”, line 241, in call_with_frames_removed
File “C:\Users\HARSHA\anaconda3\Lib\site-packages\spyder\plugins\pylint\plugin.py”, line 22, in
from spyder.plugins.pylint.confpage import PylintConfigPage
File “C:\Users\HARSHA\anaconda3\Lib\site-packages\spyder\plugins\pylint\confpage.py”, line 16, in
from spyder.plugins.pylint.main_widget import (MAX_HISTORY_ENTRIES,
File “C:\Users\HARSHA\anaconda3\Lib\site-packages\spyder\plugins\pylint\main_widget.py”, line 90, in
class CategoryItem(QTreeWidgetItem):
File “C:\Users\HARSHA\anaconda3\Lib\site-packages\spyder\plugins\pylint\main_widget.py”, line 102, in CategoryItem
‘icon’: ima.icon(“convention”)
^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\HARSHA\anaconda3\Lib\site-packages\spyder\utils\icon_manager.py”, line 434, in icon
qta.load_font(‘spyder’, ‘spyder.ttf’, ‘spyder-charmap.json’,
File "C:\Users\HARSHA\anaconda3\Lib\site-packages\qtawesome_init
.py", line 280, in load_font
return instance().load_font(prefix, ttf_filename, charmap_filename, directory)
^^^^^^^^^^^
File "C:\Users\HARSHA\anaconda3\Lib\site-packages\qtawesome_init
.py", line 130, in _instance
_resource[‘iconic’] = IconicFont(*_BUNDLED_FONTS)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\HARSHA\anaconda3\Lib\site-packages\qtawesome\iconic_font.py”, line 338, in init
self.load_font(*fargs)
File “C:\Users\HARSHA\anaconda3\Lib\site-packages\qtawesome\iconic_font.py”, line 374, in load_font
directory = self._get_fonts_directory()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\HARSHA\anaconda3\Lib\site-packages\qtawesome\iconic_font.py”, line 593, in _get_fonts_directory
fonts_directory = self._install_fonts(fonts_directory)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\HARSHA\anaconda3\Lib\site-packages\qtawesome\iconic_font.py”, line 623, in _install_fonts
shutil.copy(src_path, user_fonts_dir)
File “C:\Users\HARSHA\anaconda3\Lib\shutil.py”, line 419, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
File “C:\Users\HARSHA\anaconda3\Lib\shutil.py”, line 258, in copyfile
with open(dst, ‘wb’) as fdst:
^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: ‘C:\Users\HARSHA\AppData\Local\Microsoft\Windows\Fonts\codicon.ttf’