Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'menuinst' #22565

Closed
Ciaran1981 opened this issue Sep 24, 2024 · 3 comments · Fixed by conda-forge/spyder-feedstock#188
Closed

No module named 'menuinst' #22565

Ciaran1981 opened this issue Sep 24, 2024 · 3 comments · Fixed by conda-forge/spyder-feedstock#188
Assignees

Comments

@Ciaran1981
Copy link

Ciaran1981 commented Sep 24, 2024

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?

  1. conda create -n 'test'
  2. 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

()
@mrclary mrclary self-assigned this Sep 24, 2024
@mrclary
Copy link
Contributor

mrclary commented Sep 24, 2024

@Ciaran1981, thanks for reporting. Are you running on Windows, macOS, or Linux?

@ccordoba12
Copy link
Member

@Ciaran1981, this was solved by conda-forge/spyder-feedstock#188, so I'm going to close this issue.

Thanks for taking the time to report this error.

@Ciaran1981
Copy link
Author

@Ciaran1981, thanks for reporting. Are you running on Windows, macOS, or Linux?

Linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants