TST: ImportError: cannot import name 'ellipkm1'
See original GitHub issueRe #7791 – Not so fast, @mhvk … 😬
_________ ERROR collecting astropy/units/tests/test_quantity_ufuncs.py _________
ImportError while importing test module '/tmp/astropy-test-uwepvpw7/lib/python3.6/site-packages/astropy/units/tests/test_quantity_ufuncs.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
astropy/units/tests/test_quantity_ufuncs.py:1045: in <module>
from scipy import special as sps
/home/travis/miniconda/envs/test/lib/python3.6/site-packages/scipy/special/__init__.py:642: in <module>
from .basic import *
/home/travis/miniconda/envs/test/lib/python3.6/site-packages/scipy/special/basic.py:15: in <module>
from ._ufuncs import (ellipkm1, mathieu_a, mathieu_b, iv, jv, gamma,
E ImportError: cannot import name 'ellipkm1'
!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
ImportError: cannot import name ellipkm1 - Stack Overflow
I was trying to import scipy.stats, however keep getting the error of 'ImportError: cannot import name ellipkm1'. Here's the complete track record of...
Read more >ImportError: cannot import name 'ellipkm1' with numpy-dev ...
I'm seeing the following error with scipy 1.1.0 when used with the latest developer version of Numpy: >>> from scipy.special import ...
Read more >[Solved] ImportError: Cannot Import Name - Python Pool
ImportError : Cannot Import Name: In this article, we will see what are the reasons for importerror cannot import name and find its...
Read more >SciPy 1.7.0 Release Notes — SciPy v1.9.3 Manual
SciPy 1.7.0 is the culmination of 6 months of hard work. It contains many new features, numerous bug-fixes, improved test coverage and better...
Read more >[Example code]-Module not found when using scipy
_ufuncs ImportError: DLL load failed: The specified module could not be found. ... gamma, ImportError: cannot import name 'ellipkm1' from 'scipy.special.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
fix is merged so hopefully things will soon work…
Also the actual fix is at https://github.com/numpy/numpy/pull/11880