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

Move polars to list of required packages #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

svengiegerich
Copy link

Based on my user experience, polars seem to be as it is an required and not just an optional package.


I base this on the following error message,

  File "/home/conda/staged-recipes/build_artifacts/mrmr-selection_1715720114089/test_tmp/run_test.py", line 2, in <module>
    import mrmr
  File "/home/conda/staged-recipes/build_artifacts/mrmr-selection_1715720114089/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/python3.12/site-packages/mrmr/__init__.py", line 3, in <module>
    from . import polars
  File "/home/conda/staged-recipes/build_artifacts/mrmr-selection_1715720114089/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/python3.12/site-packages/mrmr/polars.py", line 3, in <module>
    import polars as pl
ModuleNotFoundError: No module named 'polars'

which I ran into here, trying to specify all necessary requirements for adding the package to conda.

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 this pull request may close these issues.

None yet

1 participant