When installing Spyder 6.0.2 I got a traceback besides the menuinst v1 warning message. Spyder is able to launch normally but an exception is raised at the end of the installation process by menuinst
What steps reproduce the problem?
Install Spyder 6.0.2 from conda-forge
What is the expected output? What do you see instead?
Expect to see the warning without a traceback
Paste Traceback/Error Below (if applicable)
Warning: Using menuinst v1
Please update to menuinst in the base environment and reinstall Spyder
/ Insufficient permissions to write menu folder. Falling back to user location
menuinst Exception
Traceback (most recent call last):
File "C:\Users\dalth\anaconda3\lib\site-packages\conda\gateways\disk\create.py", line 267, in make_menu
menuinst.install(join(prefix, win_path_ok(file_path)), remove, prefix)
File "C:\Users\dalth\anaconda3\lib\site-packages\menuinst\__init__.py", line 75, in install
_install(path, remove, prefix, mode='user', root_prefix=root_prefix)
File "C:\Users\dalth\anaconda3\lib\site-packages\menuinst\__init__.py", line 33, in _install
data = json.load(open(path))
File "C:\Users\dalth\anaconda3\lib\json\__init__.py", line 293, in load
return loads(fp.read(),
File "C:\Users\dalth\anaconda3\lib\json\__init__.py", line 357, in loads
return _default_decoder.decode(s)
File "C:\Users\dalth\anaconda3\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\dalth\anaconda3\lib\json\decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 15 column 9 (char 47done
Problem Description
When installing Spyder 6.0.2 I got a traceback besides the menuinst v1 warning message. Spyder is able to launch normally but an exception is raised at the end of the installation process by menuinst
What steps reproduce the problem?
What is the expected output? What do you see instead?
Expect to see the warning without a traceback
Paste Traceback/Error Below (if applicable)
Versions
Dependencies