Skip to content

Temporary fixing mpmath issue#3207

Merged
vfdev-5 merged 1 commit intomasterfrom
fix-mpmath
Mar 19, 2024
Merged

Temporary fixing mpmath issue#3207
vfdev-5 merged 1 commit intomasterfrom
fix-mpmath

Conversation

@vfdev-5
Copy link
Copy Markdown
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
@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.

1 participant