You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon almost finishing an install in a new conda env (nothing else in there) the following (see traceback) is returned and spyder does not install, claiming menuinst is not installed.
Of course I installed menuinst and reran, but got the same message. I have tried clearing the cache etc and rerunning but still the same.
What steps reproduce the problem?
conda create -n 'test'
mamba install spyder
Paste Traceback/Error Below (if applicable)
ERROR conda.core.link:_execute(701): An error occurred while installing package 'conda-forge::spyder-6.0.1-py312h7900ff3_0'.
Rolling back transaction: done
LinkError: post-link script failed for package conda-forge::spyder-6.0.1-py312h7900ff3_0
location of failed script: /home/ciaran/anaconda3/envs/test/bin/.spyder-post-link.sh
==> script messages <==
<None>
==> script output <==
stdout:
stderr: Traceback (most recent call last):
File "<string>", line 1, in <module>ModuleNotFoundError: No module named 'menuinst'
return code: 1
()
The text was updated successfully, but these errors were encountered:
Problem Description
Upon almost finishing an install in a new conda env (nothing else in there) the following (see traceback) is returned and spyder does not install, claiming menuinst is not installed.
Of course I installed menuinst and reran, but got the same message. I have tried clearing the cache etc and rerunning but still the same.
What steps reproduce the problem?
Paste Traceback/Error Below (if applicable)
The text was updated successfully, but these errors were encountered: