question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TST: ImportError: cannot import name 'ellipkm1'

See original GitHub issue

Re #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 !!!!!!!!!!!!!!!!!!!!

https://travis-ci.org/astropy/astropy/jobs/424019371

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
mhvkcommented, Sep 5, 2018

fix is merged so hopefully things will soon work…

1reaction
astrofrogcommented, Sep 5, 2018
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found