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

[BUG] PyPI package missing dependency on conda_recipe_manager #554

Closed
branchvincent opened this issue Aug 21, 2024 · 3 comments
Closed

[BUG] PyPI package missing dependency on conda_recipe_manager #554

branchvincent opened this issue Aug 21, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@branchvincent
Copy link

Describe the bug

#539 missed adding conda_recipe_manager to pyproject.toml

To Reproduce

$ python3 -m venv .venv
$ .venv/bin/pip install grayskull==2.7.0
$ .venv/bin/grayskull --version
# ...
  File "/tmp/.venv/lib/python3.12/site-packages/grayskull/utils.py", line 14, in <module>
    from conda_recipe_manager.parser.recipe_parser_convert import RecipeParserConvert
ModuleNotFoundError: No module named 'conda_recipe_manager'

Additional context

Is https://github.com/conda-incubator/conda-recipe-manager available on PyPI yet? I couldn't seem to find it (would have created a PR otherwise)

@marcelotrevisani
Copy link
Member

Thanks for reporting it, it should be fixed with
#555

that dependency is not in pypi indeed, so, I am moving it to be optional

@marcelotrevisani
Copy link
Member

marcelotrevisani commented Aug 21, 2024

Version 2.7.1 should fix this. I am deploying the new version to pypi, thanks again :)

I am closing this now as that version fixes it, if the problem persist or you find another problem please feel free to open another PR. Thanks

@branchvincent
Copy link
Author

thanks for the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants