Hi All,

Attempted to upgrade my spyder installation from 6.0.0 to 6.0.2.

The update aborted with:
FileNotFoundError: [Errno 2] No such file or directory: 
'/home/cbanken/miniforge3/envs/spyder-env/Menu/spyder-menu.jsodone

spyder launches, but pandas module is missing.

Using miniforge3.

I can confirm that pandas is missing in spyder-env using conda commands.

conda doctor -v -n spyder-env
Missing Files:
spyder-6.0.2-linux_pyh62a8a7d_4:
  Menu/spyder-menu.json
  Menu/spyder-menu.json

I deleted spyder-env and tried re-installing from scratch. No joy. Even the 
uninstall complains with errors.

conda remove -n spyder-env --all

Executing transaction: | menuinst Exception
Traceback (most recent call last):
  File 
"/home/cbanken/miniforge3/lib/python3.10/site-packages/conda/gateways/disk/create.py",
 
line 261, in make_menu
    menuinst.install(
  File 
"/home/cbanken/miniforge3/lib/python3.10/site-packages/menuinst/api.py", 
line 146, in _install_adapter
    with open(json_path) as f:
FileNotFoundError: [Errno 2] No such file or directory: 
'/home/cbanken/miniforge3/envs/spyder-env/Menu/spyder-menu.json'menuinst 
Exception
Traceback (most recent call last):
  File 
"/home/cbanken/miniforge3/lib/python3.10/site-packages/conda/gateways/disk/create.py",
 
line 261, in make_menu
    menuinst.install(
  File 
"/home/cbanken/miniforge3/lib/python3.10/site-packages/menuinst/api.py", 
line 146, in _install_adapter
    with open(json_path) as f:
FileNotFoundError: [Errno 2] No such file or directory: 
'/home/cbanken/miniforge3/envs/spyder-env/Menu/spyder-menu.jsodone
Traceback (most recent call last):
  File 
"/home/cbanken/miniforge3/lib/python3.10/site-packages/conda/gateways/disk/create.py",
 
line 261, in make_menu
    menuinst.install(
  File 
"/home/cbanken/miniforge3/lib/python3.10/site-packages/menuinst/api.py", 
line 146, in _install_adapter
    with open(json_path) as f:
FileNotFoundError: [Errno 2] No such file or directory: 
'/home/cbanken/miniforge3/envs/spyder-env/Menu/spyder-menu.json'menuinst 
Exception
Traceback (most recent call last):
  File 
"/home/cbanken/miniforge3/lib/python3.10/site-packages/conda/gateways/disk/create.py",
 
line 261, in make_menu
    menuinst.install(
  File 
"/home/cbanken/miniforge3/lib/python3.10/site-packages/menuinst/api.py", 
line 146, in _install_adapter
    with open(json_path) as f:
FileNotFoundError: [Errno 2] No such file or directory: 
'/home/cbanken/miniforge3/envs/spyder-env/Menu/spyder-menu.jsodone

Suggestions?

Thanks,
Chuck Banken


-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/spyderlib/4d1c5af6-2eac-42a4-a2aa-fdb276ffc90en%40googlegroups.com.

Reply via email to