Hi, everyone!
Opening the Anaconda Prompt, the window displays the following error:
>>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<<
Traceback (most recent call last):
File "C:\Users\Raissa\Documents\AnacondaPython\Lib\site-packages\conda\exception_handler.py", line 18, in __call__
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Raissa\Documents\AnacondaPython\Lib\site-packages\conda\cli\main.py", line 110, in main_sourced
print(activator.execute(), end="")
^^^^^^^^^^^^^^^^^^^
File "C:\Users\Raissa\Documents\AnacondaPython\Lib\site-packages\conda\activate.py", line 228, in execute
return getattr(self, self.command)()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Raissa\Documents\AnacondaPython\Lib\site-packages\conda\activate.py", line 194, in activate
return self._finalize(
^^^^^^^^^^^^^^^
File "C:\Users\Raissa\Documents\AnacondaPython\Lib\site-packages\conda\activate.py", line 184, in _finalize
tf.write(self.command_join.join(commands))
File "C:\Users\Raissa\Documents\AnacondaPython\Lib\tempfile.py", line 483, in func_wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: 'utf-8' codec can't encode character '\udeb0' in position 773: surrogates not allowed
$ C:\Users\Raissa\Documents\AnacondaPython\Scripts\conda-script.py shell.cmd.exe activate C:\Users\Raissa\Documents\AnacondaPython
I didn’t have this issue before installing a GUI, called PsychoPy.
However, even that I’ve uninstalled it, nothing works anymore.
Trying to uninstall even Anaconda and reinstalling it, the error persists.
As it’s of my concern, I haven’t changed nothing of ‘utf-8’ codec in my computer.
Please, can I get some idea and help?