BUG: ImportError: cannot import name 'ellipkm1' with numpy-dev
See original GitHub issueI’m seeing the following error with scipy 1.1.0 when used with the latest developer version of Numpy:
>>> from scipy.special import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/tom/miniconda3/envs/numpy-dev/lib/python3.6/site-packages/scipy/special/__init__.py", line 642, in <module>
from .basic import *
File "/Users/tom/miniconda3/envs/numpy-dev/lib/python3.6/site-packages/scipy/special/basic.py", line 15, in <module>
from ._ufuncs import (ellipkm1, mathieu_a, mathieu_b, iv, jv, gamma,
ImportError: cannot import name 'ellipkm1'
Issue Analytics
- State:
- Created 5 years ago
- Comments:24 (24 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 >How to Fix : “ImportError: Cannot import name X” in Python?
You can solve the “ ImportError : Cannot import name X” Error by resolving the circular dependencies. You can do that either by...
Read more >Python Import Error : Cannot Import Name Main In Ubuntu Linux
Python3 Import Error : Cannot Import Name Main Error Solution in Ubuntu Linux. ImportError : cannot import name 'main' Solution.
Read more >PYTHON : ImportError: cannot import name NUMPY_MKL
PYTHON : ImportError : cannot import name NUMPY_MKL [ Gift : Animated Search Engine : https://www.hows.tech/p/recommended.html ] PYTHON ...
Read more >ImportError: cannot import name 'Form' from 'django' solved in ...
ImportError : cannot import name 'Form' from 'django' solved in Django. ... 6.2K views 2 years ago Django Error Solving & Concepts.
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 Free
Top 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

So probably a
try... exceptfallback is the way to go until scipy drops support for numpy < 1.16.fixed now, thanks all!