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.

BUG: v1.3.1 ImportError: DLL load failed

See original GitHub issue
  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of pandas.

  • (optional) I have confirmed this bug exists on the master branch of pandas.


Note: Please read this guide detailing how to provide the necessary information for us to reproduce your bug.

Code Sample, a copy-pastable example

pip install pandas==1.3.1
import pandas as pd

Problem description

After upgrading from v1.3.0 to patch fix v1.3.1 we began receiving Import Errors on all of our scripts. We were able to resolve this by installing Visual Studio C++ Build Tools on our Windows Servers.

  • 2019 Windows Server
  • Python 3.7

Output ImportError: DLL load failed

    import pandas._libs.window.aggregations as window_aggregations
ImportError: DLL load failed: The specified module could not be found.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
lithomas1commented, Aug 11, 2021

Sure I guess. I think that we probably want to open a new issue about automatically catching the missing DLL issue, as this is the second time its happened(and we don’t want it to happen every time we upgrade Visual Studio).

0reactions
simonjayhawkinscommented, Aug 12, 2021

open a new issue about automatically catching the missing DLL issue

issue should be in https://github.com/MacPython/pandas-wheels

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to resolve "ImportError: DLL load failed:" on Python?
Recently I start to get ImportError: DLL load failed: error when I import different libraries (for example scikit-learn or scipy and some ...
Read more >
ImportError: DLL load failed while importing utilsextension ...
Whatever I try, this bug still exists when I import Scanpy. I guess it may be the incompatibility issue of packages. Some dependency...
Read more >
DLL load failed: The specified module could not be found.
Import fmeobjects from python script error: "ImportError: DLL load failed: The specified module could not be found." I have been trying to figure...
Read more >
ImportError: DLL load failed - Intel Communities
I have LAtest python Intel distribution but I get this Error. If I update the daal4py & scikit-learn (out from intel repository) I...
Read more >
"DLL load failed" error when importing Miniconda python ...
How to troubleshoot the "ImportError: DLL load failed" error received when importing Miniconda python sklearn library from Statistica python ...
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