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

Sympy 1.10 removes sympy.compatibility.core #80

Closed
tsalo opened this issue Mar 7, 2022 · 0 comments · Fixed by #81
Closed

Sympy 1.10 removes sympy.compatibility.core #80

tsalo opened this issue Mar 7, 2022 · 0 comments · Fixed by #81
Labels
bug Something isn't working maintenance Issues/PRs related to maintenance/infrastructure.

Comments

@tsalo
Copy link
Member

tsalo commented Mar 7, 2022

This stems from neurostuff/NiMARE#654.

ImportError while loading conftest '/home/runner/work/NiMARE/NiMARE/nimare/tests/conftest.py'.
[11](https://github.com/neurostuff/NiMARE/runs/5454997736?check_suite_focus=true#step:5:11)
nimare/__init__.py:11: in <module>
[12](https://github.com/neurostuff/NiMARE/runs/5454997736?check_suite_focus=true#step:5:12)
    from . import (
[13](https://github.com/neurostuff/NiMARE/runs/5454997736?check_suite_focus=true#step:5:13)
nimare/decode/__init__.py:3: in <module>
[14](https://github.com/neurostuff/NiMARE/runs/5454997736?check_suite_focus=true#step:5:14)
    from . import continuous, discrete, encode
[15](https://github.com/neurostuff/NiMARE/runs/5454997736?check_suite_focus=true#step:5:15)
nimare/decode/continuous.py:14: in <module>
[16](https://github.com/neurostuff/NiMARE/runs/5454997736?check_suite_focus=true#step:5:16)
    from ..meta.cbma.base import CBMAEstimator
[17](https://github.com/neurostuff/NiMARE/runs/5454997736?check_suite_focus=true#step:5:17)
nimare/meta/__init__.py:3: in <module>
[18](https://github.com/neurostuff/NiMARE/runs/5454997736?check_suite_focus=true#step:5:18)
    from . import ibma, kernel
[19](https://github.com/neurostuff/NiMARE/runs/5454997736?check_suite_focus=true#step:5:19)
nimare/meta/ibma.py:7: in <module>
[20](https://github.com/neurostuff/NiMARE/runs/5454997736?check_suite_focus=true#step:5:20)
    import pymare
[21](https://github.com/neurostuff/NiMARE/runs/5454997736?check_suite_focus=true#step:5:21)
/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/pymare/__init__.py:2: in <module>
[22](https://github.com/neurostuff/NiMARE/runs/5454997736?check_suite_focus=true#step:5:22)
    from .effectsize import (OneSampleEffectSizeConverter,
[23](https://github.com/neurostuff/NiMARE/runs/5454997736?check_suite_focus=true#step:5:23)
/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/pymare/effectsize/__init__.py:1: in <module>
[24](https://github.com/neurostuff/NiMARE/runs/5454997736?check_suite_focus=true#step:5:24)
    from .base import (OneSampleEffectSizeConverter, TwoSampleEffectSizeConverter,
[25](https://github.com/neurostuff/NiMARE/runs/5454997736?check_suite_focus=true#step:5:25)
/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/pymare/effectsize/base.py:11: in <module>
[26](https://github.com/neurostuff/NiMARE/runs/5454997736?check_suite_focus=true#step:5:26)
    from .expressions import select_expressions
[27](https://github.com/neurostuff/NiMARE/runs/5454997736?check_suite_focus=true#step:5:27)
/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/pymare/effectsize/expressions.py:9: in <module>
[28](https://github.com/neurostuff/NiMARE/runs/5454997736?check_suite_focus=true#step:5:28)
    from sympy.core.compatibility import exec_
[29](https://github.com/neurostuff/NiMARE/runs/5454997736?check_suite_focus=true#step:5:29)
E   ImportError: cannot import name 'exec_' from 'sympy.core.compatibility'
@tsalo tsalo added bug Something isn't working maintenance Issues/PRs related to maintenance/infrastructure. labels Mar 7, 2022
@tsalo tsalo changed the title Sympy 1.10 removes simply.compatibility.core Sympy 1.10 removes sympy.compatibility.core Mar 7, 2022
@tsalo tsalo closed this as completed in #81 Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working maintenance Issues/PRs related to maintenance/infrastructure.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant