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

Temporary fixing mpmath issue #3207

Merged
merged 1 commit into from Mar 19, 2024
Merged

Temporary fixing mpmath issue #3207

merged 1 commit into from Mar 19, 2024

Conversation

vfdev-5
Copy link
Collaborator

@vfdev-5 vfdev-5 commented Mar 19, 2024

Description:

  • Temporary fixing mpmath issue
 /opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/sympy/__init__.py:30: in <module>
    from sympy.core.cache import lazy_function
/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/sympy/core/__init__.py:9: in <module>
    from .expr import Expr, AtomicExpr, UnevaluatedExpr
/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/sympy/core/expr.py:4159: in <module>
    from .mul import Mul
/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/sympy/core/mul.py:2193: in <module>
    from .numbers import Rational
/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/sympy/core/numbers.py:4567: in <module>
    _sympy_converter[type(mpmath.rational.mpq(1, 2))] = sympify_mpmath_mpq
E   AttributeError: module 'mpmath' has no attribute 'rational'

@vfdev-5 vfdev-5 merged commit 9b23519 into master Mar 19, 2024
16 of 19 checks passed
@vfdev-5 vfdev-5 deleted the fix-mpmath branch March 19, 2024 23:08
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