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

Fix issue where retrieving menuinst version resulted in an error #188

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

mrclary
Copy link
Contributor

@mrclary mrclary commented Sep 24, 2024

Checklist

  • Used a personal fork of the feedstock to propose changes
  • Bumped the build number (if the version is unchanged)
  • Reset the build number to 0 (if the version changed)
  • Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
  • Ensured the license file is being packaged.

Fixes spyder-ide/spyder#22566
Fixes spyder-ide/spyder#22565

  • Do not check menuinst version for conda-based apps. This is not necessary and circumvents any inconsistencies with CONDA_PYTHON_EXE introduced by constructor at install time.
  • Do not create shortcut if there is an error retrieving the menuinst version. This should catch any error due to CONDA_PYTHON_EXE or if menuinst is not installed.

* Do not check menuinst version for conda-based apps
* Do not create shortcut if there is an error retrieving the menuinst version.
Copy link
Contributor

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml) and found it was in an excellent condition.

@mrclary
Copy link
Contributor Author

mrclary commented Sep 24, 2024

@ccordoba12 @dalthviz, we should be able to release a build-1 with this PR and then just try to re-run the failed jobs https://github.com/spyder-ide/spyder/actions/runs/11005699855/job/30559245423#step:14:835

@ccordoba12 ccordoba12 added the automerge Merge the PR when CI passes label Sep 24, 2024
@ccordoba12
Copy link
Contributor

Ok, sounds good to me. Thanks Ryan for your work on this.

@github-actions github-actions bot merged commit 9ae2d28 into conda-forge:main Sep 24, 2024
22 checks passed
Copy link
Contributor

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

  • linter: passed
  • azure: passed

Thus the PR was passing and merged! Have a great day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the PR when CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Standalone installer shows 404 error on spyder-conda-lock.zip No module named 'menuinst'
2 participants