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

[BUGF] missing import numexpr #14

Closed
evelynmitchell opened this issue Jan 10, 2024 · 1 comment
Closed

[BUGF] missing import numexpr #14

evelynmitchell opened this issue Jan 10, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@evelynmitchell
Copy link

evelynmitchell commented Jan 10, 2024

Shows up in a failing test:

_______________ ERROR collecting tests/test_mixture_of_mamba.py ________________
ImportError while importing test module '/usr/src/swarm_cloud/tests/test_mixture_of_mamba.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/local/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_mixture_of_mamba.py:3: in <module>
    from swarms_torch.mixture_of_mamba import MixtureOfMambas
/usr/local/lib/python3.9/site-packages/swarms_torch/__init__.py:4: in <module>
    from swarms_torch.hivemind_swarm_transformer import HivemindSwarm
/usr/local/lib/python3.9/site-packages/swarms_torch/hivemind_swarm_transformer.py:3: in <module>
    from zeta.structs.transformer import (
/usr/local/lib/python3.9/site-packages/zeta/__init__.py:1: in <module>
    from zeta.utils.disable_logging import disable_warnings_and_logs
/usr/local/lib/python3.9/site-packages/zeta/utils/__init__.py:10: in <module>
    from zeta.utils.disable_logging import disable_warnings_and_logs
/usr/local/lib/python3.9/site-packages/zeta/utils/disable_logging.py:5: in <module>
    import numexpr as ne
E   ModuleNotFoundError: No module named 'numexpr'

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar
@evelynmitchell evelynmitchell added the bug Something isn't working label Jan 10, 2024
@kyegomez
Copy link
Owner

@evelynmitchell it's fixed thx for bringing to my attention!

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